!function(){var e,t,n={5455:function(e,exports,t){"use strict";var n=t(9509),i={},r={};function o(e){i[e.name.toLowerCase()]=e.code,r[e.code.toLowerCase()]=e.name}n.forEach(o),exports.mG=function(e){return r[e.toLowerCase()]}},1014:function(e,t,n){"use strict";var i;n.d(t,{d:function(){return i}}),function(e){!function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE"}(e.RequestMethod||(e.RequestMethod={})),e.go=function(e){var t=new XMLHttpRequest;if(t.open(e.method,e.url,!0),!0===e.withCredentials&&(t.withCredentials=!0),"string"==typeof e.contentType&&t.setRequestHeader("Content-Type",e.contentType),void 0!==e.headers&&e.headers.forEach((function(e,n){return t.setRequestHeader(n,e)})),"number"==typeof e.timeout&&(t.timeout=e.timeout),t.onload=function(){t.status>=200&&t.status<400?e.success(t.status,t.responseText,t):e.error(t.status,t.responseText,t),"function"==typeof e.complete&&e.complete(t.status,t.responseText,t)},t.onerror=function(){e.error(404,"Failed to load resource")},t.onabort=function(){e.error(404,"Request cancelled")},"POST"===e.method||"PUT"===e.method){if(void 0===e.payload)throw"Expecting a payload with a ".concat(e.method," request!");t.send(e.payload)}else t.send()}}(i||(i={}))},4771:function(e,t,n){"use strict";n.d(t,{e:function(){return o}});var i=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var i,r,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},r=function(e,t,n){if(n||2===arguments.length)for(var i,r=0,o=t.length;r0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},r=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],i=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=function(){function e(e){var t=this;this.data={},void 0!==e&&e.forEach((function(e){return t.data[e[0]]=e[1]}))}return Object.defineProperty(e.prototype,"native",{get:function(){var e=[];return Object.entries(this.data).forEach((function(t){var n=i(t,2),r=n[0],o=n[1];e.push([r,o])})),new Map(e)},enumerable:!1,configurable:!0}),e.prototype.set=function(e,t){this.data[e]=t},e.prototype.setIfNotExists=function(e,t){return void 0===this.data[e]&&(this.data[e]=t,!0)},e.prototype.get=function(e){return this.data[e]},e.prototype.getOrElse=function(e,t){return this.data[e]?this.data[e]:t},e.prototype.has=function(e){return void 0!==this.data[e]},e.prototype.forEach=function(e){for(var t in this.data)this.data.hasOwnProperty(t)&&e(this.data[t],t)},e.prototype.mapToArrayOf=function(e){var t=[];for(var n in this.data)this.data.hasOwnProperty(n)&&t.push(e(this.data[n],n));return t},e.prototype.filter=function(t){var n=new e;for(var i in this.data)this.data.hasOwnProperty(i)&&t(this.data[i],i)&&n.set(i,this.data[i]);return n},e.prototype.filterToArrayOf=function(e){var t=[];for(var n in this.data)this.data.hasOwnProperty(n)&&e(this.data[n],n)&&t.push(this.data[n]);return t},e.prototype.filterByKeys=function(t){var n,i,o=new e;try{for(var a=r(t),s=a.next();!s.done;s=a.next()){var d=s.value;this.data.hasOwnProperty(d)&&o.set(d,this.data[d])}}catch(e){n={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}return o},e.prototype.values=function(){var e=[];for(var t in this.data)this.data.hasOwnProperty(t)&&e.push(this.data[t]);return e},e.prototype.keys=function(){var e=[];for(var t in this.data)this.data.hasOwnProperty(t)&&e.push(t);return e},e.prototype.size=function(){var e=0;for(var t in this.data)this.data.hasOwnProperty(t)&&e++;return e},e.prototype.length=function(){return this.size()},e.prototype.remove=function(e){delete this.data[e]},e.prototype.clear=function(){this.data={}},e.prototype.copy=function(){var t=new e;return this.forEach((function(e,n){t.set(n,e)})),t},e}()},9085:function(e,t,n){"use strict";n.d(t,{i:function(){return i}});var i=function(){function e(e){var t=this;this.data=[],void 0!==e&&e.forEach((function(e){return t.data.push(e)}))}return e.prototype.push=function(e){this.data.push(e)},e.prototype.pop=function(){return this.data.shift()},e.prototype.popEach=function(e){for(;this.data.length>0;)e(this.pop())},e.prototype.clear=function(){this.data=[]},e.prototype.length=function(){return this.data.length},e}()},9230:function(e,t,n){"use strict";n.d(t,{V:function(){return i}});var i=function(){function e(e){void 0===e&&(e=[]),this.data=e.slice()}return e.isSuperset=function(e,t){var n=!0;return t.forEach((function(t){e.has(t)||(n=!1)})),n},e.union=function(e,t){var n=e.clone();return t.forEach((function(e){n.add(e)})),n},e.intersection=function(t,n){var i=new e;return n.forEach((function(e){t.has(e)&&i.add(e)})),i},e.symmetricDifference=function(e,t){var n=e.clone();return t.forEach((function(e){n.has(e)?n.delete(e):n.add(e)})),n},e.difference=function(e,t){var n=e.clone();return t.forEach((function(e){n.delete(e)})),n},Object.defineProperty(e.prototype,"length",{get:function(){return this.data.length},enumerable:!1,configurable:!0}),e.prototype.add=function(e){-1===this.data.indexOf(e)&&this.data.push(e)},e.prototype.delete=function(e){var t=this.data.indexOf(e);-1!==t&&this.data.splice(t,1)},e.prototype.has=function(e){return-1!==this.data.indexOf(e)},e.prototype.clear=function(){this.data=[]},e.prototype.values=function(){return this.data.slice()},e.prototype.forEach=function(e,t){this.data.forEach(e,t)},e.prototype.toString=function(){return this.data.join(",")},e.prototype.clone=function(){return new e(this.data)},e}()},4970:function(e,t,n){"use strict";n.d(t,{H:function(){return i}});var i=function(){function e(){}return e.set=function(e,t,n){if(void 0===n&&(n=0),0===n)document.cookie=e+"="+encodeURIComponent(t)+";expires=0;path="+encodeURIComponent("/");else{var i=new Date;i.setTime((new Date).getTime()+1e3*n),document.cookie=e+"="+encodeURIComponent(t)+";expires="+i.toUTCString()+";path="+encodeURIComponent("/")}},e.get=function(e){var t,n,i,r=document.cookie.split(";");for(t=0;t0&&r[r.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},p=function(e,t,n){if(n||2===arguments.length)for(var i,r=0,o=t.length;r0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},s=function(){function e(){}return e.has=function(t){var n=i.F.getTopMostParentWindow().location.href.split("#")[1]||"";return o.W0.unsecuredURLFlags.includes(t)?-1!==n.indexOf(t)||null!==r.H.get("vm_".concat(t)):!!e.isExistKFlag(n)&&(!!e.isCorrectKFlag()&&(-1!==n.indexOf(t)||null!==r.H.get("vm_".concat(t))))},e.getValue=function(e){var t=r.H.get("vm_".concat(e));if(null!==t)return t;var n=i.F.getTopMostParentWindow().location.href.match(/[a-z\-]+\=[a-z0-9A-Z._-]+/g);if(null===n)return null;for(var o=0;o0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.getPositionalIdFromElement=function(e){if(!e)return null;if(!e.getAttribute("id"))return null;var n=a(t.getParsedPositionalParts(e),2),i=n[0],r=n[1],o=e.getAttribute("data-pos")||r,s=e.getAttribute("data-id")||i;return"".concat(o,"-").concat(s)},t.getParsedPositionalParts=function(e){var t=null==e?void 0:e.getAttribute("id");return null==t?void 0:t.split("-")},t.getPositionalId=function(e,t){return"".concat(t,"-").concat(e)},t.cleanPlacementContent=function(e){for(var t=10;e.firstChild&&(e.removeChild(e.lastChild),!(--t<=0)););},t.getInstanceAttributes=function(e,t){var n=new r,i=e.getAttribute("data-display-type");return n.isHybridBanner="hybrid-banner"===i||"silo-banner"===i,n.isSilo="silo-banner"===i,n.isAtfLeaderboard="atf-leaderboard"===i,t&&(n.isRichmedia=t.isRichMedia()),n},t}(HTMLElement)},4080:function(e,t,n){"use strict";n.d(t,{u:function(){return p}});var i=n(9716),r=n(9588),o=n(3009),a=function(){function e(){}return e.video=function(e){return"video"===e.adType},e.richmedia_all=function(e){return e.placementAttributes.isRichmedia||"takeover"===e.adType||"video"===e.adType},e.richmedia=function(e){return e.placementAttributes.isRichmedia},e.takeover=function(e){return"takeover"===e.adType},e}(),s=function(){function e(){this.indexedData={}}return e.getAttributeName=function(e,t){return"".concat(e,"_").concat(t)},e.prototype.addItems=function(t,n){var i=this;Object.keys(t).forEach((function(r){if(void 0!==t[r]){var o=t[r];if(["string","boolean","number"].includes(typeof o)){var a=e.getAttributeName(r,o);i.indexedData[a]=i.indexedData[a]||[],i.indexedData[a].push(n)}}}))},e.prototype.getItems=function(t,n){var i=e.getAttributeName(t,n);return this.indexedData[i]||[]},e.prototype.removeItems=function(t,n,i,r){void 0===r&&(r="id");var o=e.getAttributeName(t,n);this.indexedData[o]=this.indexedData[o].filter((function(e){return e[r]!==i[r]}))},e.prototype.removeItemsAll=function(e,t){var n=this;void 0===t&&(t="id"),Object.keys(this.indexedData).forEach((function(i){n.indexedData[i]=n.indexedData[i].filter((function(n){return n[t]!==e[t]}))}))},e}(),d=n(6218),c=n(3125),u=function(){function e(e){var t=this;this.watchedElements=new Set,this.clickStats=new WeakMap,this.clickCount=0,this.botListeners=[],this.blurIframeDetection=function(){try{t.watchedElements.forEach((function(e){var n=e.querySelector("iframe");if(n){if(document.activeElement===n)return void t.storeClick(e);try{var i=n.contentWindow.document.body;if(i){var o=i.querySelector("iframe");document.activeElement!==n&&document.activeElement!==o||t.storeClick(e)}}catch(e){r.tG.info("Cannot detect click")}}}))}catch(e){r.tG.info("Cannot detect click")}},window.addEventListener("blur",this.blurIframeDetection),e&&(this.storage=e)}return e.prototype.onExceedClickLimitForDFP=function(e){this.isExceedClickLimitForDFP()?e():this.botListeners.push(e)},e.prototype.getClicksForElement=function(e){return this.clickStats.get(e)},e.prototype.getClicks=function(){return this.storage?Number(this.storage.getItem("vntsm_csd"))||0:this.clickCount},e.prototype.isExceedClickLimitForDFP=function(){return this.getClicks()>c.W0.dfpCSPClickNumber},e.prototype.notifyBotListeners=function(){for(var e in this.botListeners)try{this.botListeners[e]()}catch(e){}this.botListeners=[]},e.prototype.storeClick=function(e){var t=this.clickStats.get(e)||0;if(this.clickStats.set(e,t+1),this.storage)try{var n=Number(this.storage.getItem("vntsm_csd"))||0;this.storage.setItem("vntsm_csd",String(n+1))}catch(e){r.tG.info("Cannot access storage")}else this.clickCount++;r.tG.info("Click stored"),this.isExceedClickLimitForDFP()&&this.notifyBotListeners()},e.prototype.attachElement=function(e){e.addEventListener("click",this.storeClick.bind(this,e)),this.watchedElements.add(e)},e.prototype.detachElement=function(e){e.removeEventListener("click",this.storeClick.bind(this,e)),this.watchedElements.delete(e)},e}(),l=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var i,r,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},p=function(){function e(){this.refsToDelete=new Array,this.registeredElements=new WeakMap,this.hasConfiguredRichmedia=!1,this.hasConfiguredAppnexusConnector=!1,this.placementsByAttribute=new s;var e=d.F.getTopMostParentWindow();this.placements=new i.$,this.clickDetector=new u(e.sessionStorage)}return e.getInstance=function(){return void 0===e.instance&&(e.instance=new e),e.instance},e.prototype.isEmpty=function(){return 0==this.placements.size()},e.prototype.setConfig=function(e){var t=this;this.headerBiddingConfig=e,this.hasConfiguredRichmedia=e.getPlacements().filter((function(e){return e.isRichMedia()})).length()>0,e.getPlacements().forEach((function(e){t.hasConfiguredAppnexusConnector=e.getConnectors().some((function(e){return"appnexus"===e.getAdapterName()}))}))},e.prototype.getPlacementConfig=function(e){return this.headerBiddingConfig.getPlacement(e)},e.prototype.activeFilter=function(e){return e.enabled},e.prototype.add=function(e,t){if(r.tG.event("add-placement-to-store",{id:e.id,attributes:e.placementAttributes}),this.registeredElements.has(e.element)){r.tG.debug("Placement already rendered, forgot to remove? id: ".concat(e.id));var n=this.registeredElements.get(e.element);r.tG.event("remove-before-add-placement-to-store",{id:e.id}),e.cleanSideEffects(),this.clickDetector.detachElement(e.element),this.placements.remove(n)}this.placements.has(e.id)&&r.tG.errorWithChance(500,"Placement duplicate in placement store, placement id: ".concat(e.id)),e.placementAttributes.isHybridBanner&&this.placements.filter((function(e){return e.placementAttributes.isHybridBanner})).length()>0&&r.tG.error("Multiple hybrid divs found"),this.placements.set(e.id,e),t&&this.linkChildrenById(t,e),this.registeredElements.set(e.element,e.id),this.placements.filter((function(e){return e.placementAttributes.isRichmedia})).length()>1&&r.tG.error("Multiple Rich Media (1x1) placements are rendered/attempted on the same page"),(null==e?void 0:e.placementAttributes)&&(this.placementsByAttribute.addItems(null==e?void 0:e.placementAttributes,e),e.placementAttributes.isHybridBanner&&this.hasConfiguredRichmedia&&this.hasConfiguredAppnexusConnector&&!this.headerBiddingConfig.isDFPTOEnabled()&&this.headerBiddingConfig.isHybridBannerEnabled()&&(e.enabled=!1)),this.clickDetector.attachElement(e.element)},e.prototype.isDomElementRegistered=function(e){return this.registeredElements.has(e)},e.prototype.linkChildrenById=function(e,t){e.addChild(t)},e.prototype.remove=function(e){var t=this,n=this.placements.get(e);n&&(r.tG.event("remove-placement-from-store",{id:e,attributes:n.placementAttributes}),n.childInstances&&n.childInstances.forEach((function(e,i){r.tG.event("remove-placement-from-store",{id:e.id,attributes:e.placementAttributes}),e.cleanSideEffects(),e.removeDomNode(),n.childInstances.remove(i),t.placements.remove(i),t.registeredElements.delete(e.element)})),n.cleanSideEffects(),this.clickDetector.detachElement(n.element),this.placementsByAttribute.removeItemsAll(n),this.placements.remove(e),this.registeredElements.delete(n.element))},e.prototype.removeAll=function(){var e=this;r.tG.event("clear-placements-from-store",this.placements.mapToArrayOf((function(e){return{id:e.id,attributes:e.placementAttributes}}))),this.placements.forEach((function(t,n){return e.remove(n)}))},e.prototype.has=function(e){return this.placements.has(e)},e.prototype.get=function(e){return this.placements.get(e)},e.prototype.getByIds=function(e){return this.placements.filterByKeys(e).filter(this.activeFilter)},e.prototype.getByCategory=function(e){return e in a?this.placements.filterToArrayOf((function(t){return a[e](t)})):[]},e.prototype.getByAttributeValue=function(e,t){return this.placementsByAttribute.getItems(e,t)},e.prototype.removePlacementAtribute=function(e,t,n){this.placementsByAttribute.removeItems(e,t,n),delete n.placementAttributes[e]},e.prototype.getFirstInstanceByDataId=function(e){for(var t=this.placements.values(),n=0;n0?n=e[0]:t.length>0&&(n=t[0]),n},e.prototype.getRichmediaPlacementInstance=function(){var e=this.getByAttributeValue("isRichmedia",!0);return e.length>0?e[0]:null},e.prototype.hasRichmediaPlacementInstance=function(){return null!==this.getRichmediaPlacementInstance()},e.prototype.keys=function(){return this.placements.keys()},e.prototype.all=function(){return this.placements},e.prototype.hasTakeoverRendered=function(){return this.placements.filter((function(e){return e.hasTakeoverRendered})).length()>0},e.prototype.hasTakeoverPRVKLoaded=function(){return this.placements.filter((function(e){return e.hasTakeoverPRVKLoaded})).length()>0},e.prototype.hasRichmediaRendered=function(){return this.placements.filter((function(e){return e.hasRichmediaRendered})).length()>0},e.prototype.hasHybridPlacements=function(){return this.placements.filter((function(e){return e.placementAttributes.isHybridBanner})).length()>0},e.prototype.garbageCollect=function(){for(var e,t=l(this.refsToDelete.pop(),2),n=(t[0],t[1]);void 0!==n;){var i=o.y.getPositionalIdFromElement(n);r.tG.debug("Removing garbage: ".concat(i)),(e=l(this.refsToDelete.pop(),2))[0],n=e[1]}},e}()},319:function(e,t,n){"use strict";n.d(t,{O:function(){return i}});var i=function(){function e(){}return e.isiOS=function(){return/iPhone|iPad|iPod/i.test(navigator.userAgent)},e.isMobile=function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)},e.isDesktop=function(){return!this.isMobile()},e}()},4807:function(e,t,n){"use strict";n.d(t,{o:function(){return i}});var i=function(){function e(){}return e.seg=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)},e.createGUID=function(e){return("string"==typeof e?e:"")+this.seg()+this.seg()+this.seg()+this.seg()+this.seg()+this.seg()+this.seg()+this.seg()},e.createShortGUID=function(e){return("string"==typeof e?e:"")+this.seg()+this.seg()+this.seg()},e.numberBetween=function(e,t){return Math.floor(Math.random()*(t-e+1)+e)},e}()},9009:function(e,t,n){"use strict";n.d(t,{M:function(){return i}});var i=function(){function e(){}return e.getElementsByClassName=function(e,t){return Array.from(t.querySelectorAll("."+e))},e.getChildrenElementsOfParentElement=function(e){for(var t=[],n=e.children,i=0;ii.expiresIn+i.createdAt&&e.context.localStorage.removeItem(t)}}}))}catch(e){}},e.set=function(t,n,i){void 0===i&&(i=-1);try{e.context.localStorage.setItem(e.prefix+t,JSON.stringify({storedValue:n,createdAt:(new Date).getTime(),expiresIn:i}))}catch(e){r.tG.warn("Failed to create local storage entry")}},e.get=function(t){var n=e.prefix+t;try{var i=e.context.localStorage.getItem(n);if(i){var o=JSON.parse(i);if(-1==o.expiresIn)return o;if(!((new Date).getTime()>o.expiresIn+o.createdAt))return o;e.context.localStorage.removeItem(n)}}catch(e){r.tG.warn("Failed to fetch local storage entry")}return null},e.getValue=function(t){var n=e.get(t);return null===n?null:n.storedValue},e.prefix="vms--",e.context=i.F.getTopMostParentWindow(),e}()},31:function(e,t,n){"use strict";n.d(t,{S:function(){return r}});var i=n(6218),r=function(){function e(){}return e.getTopURL=function(){return i.F.getTopMostParentWindow().location.href},e.getURLFlagValue=function(e){var t,n=e+",",r=null===(t=i.F.getTopMostParentWindow())||void 0===t?void 0:t.location.hash;if(!r||!r.includes(n))return"";var o=r.indexOf(n)+n.length,a=r.slice(o),s=-1===a.indexOf(",")?a.length:a.indexOf(",");return a.slice(0,s)},e}()},5125:function(e,t,n){"use strict";var i;n.d(t,{J:function(){return h}});var r=new Uint8Array(16);function o(){if(!i&&!(i="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return i(r)}var a=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;for(var s=function(e){return"string"==typeof e&&a.test(e)},d=[],c=0;c<256;++c)d.push((c+256).toString(16).substr(1));var u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(d[e[t+0]]+d[e[t+1]]+d[e[t+2]]+d[e[t+3]]+"-"+d[e[t+4]]+d[e[t+5]]+"-"+d[e[t+6]]+d[e[t+7]]+"-"+d[e[t+8]]+d[e[t+9]]+"-"+d[e[t+10]]+d[e[t+11]]+d[e[t+12]]+d[e[t+13]]+d[e[t+14]]+d[e[t+15]]).toLowerCase();if(!s(n))throw TypeError("Stringified UUID is invalid");return n};var l=function(e,t,n){var i=(e=e||{}).random||(e.rng||o)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return u(i)},p=n(5470),f=n(6218),h=function(){function e(){}return e.isString=function(e){return"string"==typeof e},e.isNumber=function(e){return"number"==typeof e},e.generateUUID=function(){return l()},e.covertToBoolean=function(e){if("boolean"==typeof e)return e;if("number"==typeof e)return 0!==e;if("string"==typeof e){var t=e.toLowerCase();if("true"===t||"1"===t)return!0;if("false"===t||"0"===t)return!1}},e.getVideoContainer=function(){for(var e=null,t=f.F.getTopMostParentDocument().getElementsByClassName("vm-placement"),n=0;na+10&&st.maxLoopIndex)return!1;if(void 0!==t.minLoopIndex&&e.getLoopIndex()0?this.connectors.filter((function(t){return-1===e.deniedAdapters.indexOf(t.getAdapterName())})):this.connectors},e.prototype.isBanner=function(){return"banner"===this.placementType},e.prototype.isRichMedia=function(){return"rich_media"===this.placementType},e.prototype.getDefaultCreative=function(){return this.defaultCreative},e.prototype.getEnableRefresh=function(){return this.enableRefresh},e.prototype.isDFPEnabled=function(){return this.dfpEnabled},e.prototype.isActive=function(){return this.active},e.prototype.isDynamicOnly=function(){return this.dynamicOnly},e.prototype.getPlacementContent=function(){return this.placementContent},e.prototype.getPlacementId=function(){return this.placementId},e.prototype.getPlacementName=function(){return this.placementName},e.prototype.getPlacementType=function(){return this.placementType},e.prototype.getPlacementABTargetingRules=function(e,t){var n=e.getPrebidConnectorName(),i=B.u.getInstance().getPlacementInstanceByDomElement(t).getSizes(),r=l.W0.abBidderTargeting.has(n.toUpperCase())?l.W0.abBidderTargeting.get(n.toUpperCase()):[];return r.length?r[0].includedSizes=i:r.push({includedSizes:i}),void 0!==e.getTargetCountryCode()&&"ALL"!==e.getTargetCountryCode()&&(r.length?r[0].includedCountryCodes=[e.getTargetCountryCode()]:r.push({includedCountryCodes:[e.getTargetCountryCode()]})),void 0!==e.getTargetDomain()&&"ALL"!==e.getTargetDomain()&&(r.length?r[0].includedDomains=[e.getTargetDomain()]:r.push({includedDomains:[e.getTargetDomain()]})),r},e.prototype.getPlacementTargetingRulesBySizes=function(e,t){var n=e.getVenatusConnectorName(),i=e.getPrebidConnectorName(),r=l.W0.bidderTargeting.get(n.toUpperCase())||l.W0.bidderTargeting.get(i.toUpperCase())||[];return r.length?r[0].includedSizes=t:r.push({includedSizes:t}),void 0!==e.getTargetCountryCode()&&"ALL"!==e.getTargetCountryCode()&&(r.length?r[0].includedCountryCodes=[e.getTargetCountryCode()]:r.push({includedCountryCodes:[e.getTargetCountryCode()]})),void 0!==e.getTargetDomain()&&"ALL"!==e.getTargetDomain()&&(r.length?r[0].includedDomains=[e.getTargetDomain()]:r.push({includedDomains:[e.getTargetDomain()]})),r},e.prototype.getPlacementTargetingRules=function(e,t){var n=B.u.getInstance().getPlacementInstanceByDomElement(t).getSizes();return this.getPlacementTargetingRulesBySizes(e,n)},e.prototype.getFilteredConnectors=function(e,t,n,i,r,o,s,d){var c=this;return this.getAvailableConnectors().filter((function(e){if(!s||!d)return!0;var t=e.getAdapterName();return!l.W0.adapterTakeovers.includes(t)})).filter((function(e){var t=a.F.isInView(o),n=e.getAdapterName();if(!s&&1===r&&l.W0.limitFirstLoopPrebidBiddersEnabled)if(t){if(!l.W0.limitFirstLoopInViewPrebidBiddersTo.includes(n))return!1}else if(!l.W0.limitFirstLoopDefferedPrebidBiddersTo.includes(n))return!1;return!0})).filter((function(e){return!e.isAdblockTargeted()})).filter((function(s){var d=a.F.isInView(o),u=s.getAdapterName(),l=c.getPlacementTargetingRules(s,o),p=s.getSizeTargetsKey(c);return new x(new T(u,e,p,t,n,i,r,d),l).isSatisfied()}))},e.prototype.getFilteredNonABConnectors=function(e){var t=this;return this.getAvailableConnectors().filter((function(e){return!e.isAdblockTargeted()})).filter((function(n){var i=n.getAdapterName(),r=t.getPlacementTargetingRulesBySizes(n,t.getSizes()),o=n.getSizeTargetsKey(t);return new x(new T(i,"",o,e.getCurrentCountryCode(),e.getAccountId(),e.getSiteId(),1,!0),r).isSatisfied()}))},e.prototype.getFilteredAdBlockedConnectors=function(e,t,n,i){var r=this;return this.getAvailableConnectors().filter((function(e){return e.isAdblockTargeted()})).filter((function(o){var a=r.getPlacementABTargetingRules(o,i),s=o.getAdapterName();return new M(new I(s,e,t,n),a).isSatisfied()}))},e.prototype.getConnectors=function(){return this.getAvailableConnectors().filter((function(e){return!e.isAdblockTargeted()}))},e.prototype.hasConnectorWithAdapterName=function(e){return-1!==this.getConnectors().findIndex((function(t){return t.getAdapterName()===e}))},e.prototype.getAdBlockedConnectors=function(){return this.getAvailableConnectors().filter((function(e){return e.isAdblockTargeted()}))},e.prototype.checkAdapterBidWithConnector=function(e,t){return e.getBidder()===t.getAdapterName()||e.getBidder()===t.getPrebidConnectorName()},e.prototype.getBestMatchingConnectorFromAdapterBid=function(e){var t,n=this,i=e.getSizeTargetingKey(),r=this.getAvailableConnectors();if(i){var a=i.split(",");r.forEach((function(i){n.checkAdapterBidWithConnector(e,i)&&-1!==a.indexOf(i.getTargetSize().getSize())&&(t=i)}))}return void 0===t&&r.forEach((function(i){(n.checkAdapterBidWithConnector(e,i)&&"0x0"===i.getTargetSize().getSize()||n.checkAdapterBidWithConnector(e,i)&&i.getTargetSize().getSize()===e.getSize().getSize())&&(t=i)})),void 0===t&&r.forEach((function(i){n.checkAdapterBidWithConnector(e,i)&&(t=i)})),void 0===t&&o.tG.error("Failed to match bid from ".concat(e.getBidder()," with size ").concat(e.getSize().getSize()," to a connector")),t},e.prototype.getMediationRules=function(){return this.mediationRules},e.prototype.getPlacementUrls=function(){return this.placementUrls||[]},e.prototype.denyConnector=function(e){return-1===this.connectors.findIndex((function(t){return t.getAdapterName()===e}))?(o.tG.warn("There are no connectors with adapter ".concat(e," in placement ").concat(this.getPlacementId(),".")),!1):-1!==this.deniedAdapters.indexOf(e)?(o.tG.warn("Adapter ".concat(e," is already denied in placement ").concat(this.getPlacementId())),!1):(this.deniedAdapters.push(e),!0)},e.prototype.allowOnlyConnectors=function(e){var t=[];this.connectors.forEach((function(n){-1===e.indexOf(n.getAdapterName())&&t.push(n.getAdapterName())})),this.deniedAdapters=t},e.prototype.resetDeniedConnectors=function(){this.deniedAdapters=[]},e.prototype.getSizes=function(){return this.placementSizes},e.prototype.hasSize=function(e){return-1!==this.getSizes().findIndex((function(t){return t.isEqual(e)}))},e}(),N=n(918),R=n(5455),D="XX";var U,L,F=n(8499),G=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var i,r,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},z=function(e,t,n){if(n||2===arguments.length)for(var i,r=0,o=t.length;r=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};!function(e){e.mobile="mobile",e.desktop="desktop",e.tablet="tablet",e.unknown="unknown"}(U||(U={})),function(e){e.dfpTO="dfpTO",e.twitchSlider="twitchSlider"}(L||(L={}));var W=function(){function e(t,n,i,o,p){void 0===o&&(o=!1);var f,h=this;i=Object.assign({},i,e.getOverridesForHBC());var m=c.UserAgentParser.parse();this.device_type=m.device_type,this.browser_name=m.browser_name,this.os_name=m.os_name,this.built=i.built,this.countryCode=t,this.countrySubdivision=n,this.accountId=i.account_id,this.siteId=i.site_id,this.bidderList=new d.V,this.applyOverrides(i.settings_overrides);var g=r.n.has("force-mcm"),b=r.n.has("force-mcm-id")&&r.n.getValue("force-mcm-id");this.ccpaCompliant=p;this.enabledMediators=new s.$([[L.dfpTO,r.n.has("dfp-to")||i.direct_gam_enabled||!0],[L.twitchSlider,r.n.has("twitch-slider")||i.twitch_slider_enabled||!0]]),this.hybridBannerEnabled=r.n.has("force-hybrid")||i.hybrid_banner_enabled||!0,o||r.n.has("only-allow")&&"google"!=r.n.getValue("only-allow")?(this.dfpEnabled=!1,this.dfpTagGranularity=!1,this.dfpMobileEnabled=!1,this.dfpTabletEnabled=!1,this.dfpDesktopEnabled=!1,this.dfpMcmEnabled=g,this.dfpInterstitialMobileEnabled=!1,this.dfpInterstitialTabletEnabled=!1,this.dfpInterstitialDesktopEnabled=!1,this.restrictedMediationNames=["aniview","aniview-instream","primis"]):(this.dfpEnabled=void 0!==i.dfp_enabled&&i.dfp_enabled,this.dfpTagGranularity=void 0!==i.dfp_tag_granularity&&i.dfp_tag_granularity,this.dfpMobileEnabled=void 0===i.dfp_mobile_enabled?this.dfpEnabled:i.dfp_mobile_enabled,this.dfpDesktopEnabled=void 0===i.dfp_desktop_enabled?this.dfpEnabled:i.dfp_desktop_enabled,this.dfpTabletEnabled=void 0===i.dfp_tablet_enabled?this.dfpMobileEnabled:i.dfp_tablet_enabled,this.dfpInterstitialMobileEnabled=void 0!==i.dfp_interstitial_mobile_enabled&&i.dfp_interstitial_mobile_enabled,this.dfpInterstitialDesktopEnabled=void 0!==i.dfp_interstitial_desktop_enabled&&i.dfp_interstitial_desktop_enabled,this.dfpInterstitialTabletEnabled=void 0!==i.dfp_interstitial_tablet_enabled&&i.dfp_interstitial_tablet_enabled,this.dfpMcmEnabled=g||(void 0===i.dfp_mcm_enabled?this.dfpMcmEnabled:i.dfp_mcm_enabled),this.dfpMcmChildId=b||i.dfp_mcm_child_id,this.refreshTakeoverEnabled=void 0!==i.refresh_takeover_enabled&&i.refresh_takeover_enabled,this.refreshMultipleTakeoverEnabled=void 0!==i.refresh_multiple_takeover_enabled&&i.refresh_multiple_takeover_enabled,this.refreshTakeoverTimeout=void 0===i.refresh_takeover_timeout?l.W0.refreshTakeoverTimeout:i.refresh_takeover_timeout,this.refreshTakeoverCountries=void 0===i.refresh_takeover_countries?"ALL":i.refresh_takeover_countries),this.adblockRecoveryEnabled=void 0!==i.adblock_recovery_enabled&&i.adblock_recovery_enabled,this.a9Enabled=void 0!==i.a9_enabled&&i.a9_enabled,this.refreshEnabled=i.enable_refresh,this.refreshAfter=i.refresh_after,this.maxRefreshes=i.max_refreshes,this.siteCategory=i.site_category;var v=new s.$;if(this.spaEnabled=void 0!==i.is_spa&&i.is_spa,this.coppaCompliant=void 0!==i.is_coppa_compliant&&i.is_coppa_compliant,this.cmpEnabled=void 0!==i.cmp_enabled&&i.cmp_enabled,void 0===i.cmp_option?this.cmpOption=this.cmpEnabled?u.in.CMP_TCF_1_3:u.in.CMP_VENATUS_GOOGLE:this.cmpOption=i.cmp_option,i.domain)this.domain=i.domain;else{var y=a.F.getTopMostParentWindow();this.domain=y.location.hostname}this.domain=this.domain?this.domain.toLowerCase():"",this.lazyLoadAds=void 0!==i.lazy_load_ads&&i.lazy_load_ads,this.usePlacementPreloader=void 0!==i.use_placement_preloader&&i.use_placement_preloader;var w=void 0!==i.use_ad_border&&i.use_ad_border;this.adBorderColor=void 0===i.ad_border_color?"":i.ad_border_color,this.adBorderTargeting=null!==(f=i.ad_border_targeting)&&void 0!==f?f:w?"all":"none",this.adCaptionColor=void 0===i.ad_caption_color?"":i.ad_caption_color,this.preloaderStyle=i.preloader_style?decodeURIComponent(i.preloader_style):"",i.placements.forEach((function(e){v.set(e.placement_id,new O(e,h))})),this.placements=v,this.configuredAndSatisfyTargetingBidders=new d.V,this.placements.forEach((function(e,t){e.getFilteredNonABConnectors(h).forEach((function(e){h.configuredAndSatisfyTargetingBidders.add(e.getAdapterName())}))}))}return e.parseEncoded=function(e){return JSON.parse(atob(e.slice(l.W0.packingLength)))},e.generate=function(t,n){var i=new Map;n.split("\r\n").forEach((function(e){var t=G(e.split(":").map((function(e){return e.trim()})),2),n=t[0],r=t[1];i.set(n,r)}));var o,a,s,d,c=!1,u="1"==i.get("x-bl"),l=i.get("X-Geo")||i.get("x-geo");l&&l.match(/^[A-Z]{2}$/)&&(o=l);var p=i.get("Geo-Sub")||i.get("geo-sub");p&&(a="CA"===p?"California":""),i.get("cdn-requestcountrycode")&&i.get("cdn-requestcountrycode").match(/^[A-Z]{2}$/)&&(d=i.get("cdn-requestcountrycode")),i.get("geo")&&i.get("geo").match(/^[A-Z]{2}$/)&&(s=i.get("geo")),i.get("geo-subdivision")&&(a="US-CA"===i.get("geo-subdivision")?"California":""),("California"===a||r.n.has("force-ccpa"))&&(c=!0);var f,h,m=this.parseEncoded(t);return new e((h=(f={fastly:o,bunny:d,cloudflare:s,default:"XX"}).fastly||f.cloudflare||f.bunny||D,(0,R.mG)(h)?h:D),a||"",m,u,c)},e.getOverridesForHBC=function(){var e;return null!==(e=JSON.parse(F.w.getValue("vm-hbc-ovr")))&&void 0!==e?e:{}},e.prototype.applyOverrides=function(e){var t=this;if(Array.isArray(e)&&0!==e.length){var n=e.reduce((function(e,n){return n.active&&n.rules.forEach((function(n){var i=n.properties,r=n.sites,o=n.excludedSites,a=n.countries,s=n.excludedCountries,d=n.devices,c=n.excludedDevices,u=n.ratio,l=(0===r.length||r.includes(t.siteId))&&!o.includes(t.siteId),p=(0===a.length||a.includes(t.countryCode))&&!s.includes(t.countryCode),f=(0===d.length||d.includes(t.device_type))&&!c.includes(t.device_type),h=Math.random()<(null!=u?u:1);l&&p&&f&&h&&e.push.apply(e,z([],G(i),!1))})),e}),[]);o.tG.debug("Applied settings-overrides: ",n),l.W0.override(n)}},e.prototype.isSPAMode=function(){return this.spaEnabled},e.prototype.isCOPPACompliant=function(){return this.coppaCompliant&&"US"==this.countryCode},e.prototype.useLazyLoadAds=function(){return this.lazyLoadAds},e.prototype.getCMPOption=function(){return this.cmpOption},e.prototype.getRestrictedMediationNames=function(){return this.restrictedMediationNames},e.prototype.useThirdPartyCMP=function(){return this.cmpOption===u.in.CMP_3rd_PARTY},e.prototype.getDomain=function(){return this.domain},e.prototype.getLastBuilt=function(){return this.built},e.prototype.getAccountId=function(){return this.accountId},e.prototype.getSiteId=function(){return this.siteId},e.prototype.getAdBorderColor=function(){return this.adBorderColor},e.prototype.getAdCaptionColor=function(){return this.adCaptionColor},e.prototype.isDFPMobileEnabled=function(){return this.dfpMobileEnabled},e.prototype.isDFPTabletEnabled=function(){return this.dfpTabletEnabled},e.prototype.isDFPDesktopEnabled=function(){return this.dfpDesktopEnabled},e.prototype.isDFPMcmEnabled=function(){return this.dfpMcmEnabled},e.prototype.isHybridBannerEnabled=function(){return this.hybridBannerEnabled},e.prototype.isDFPTOEnabled=function(){return this.enabledMediators.get(L.dfpTO)},e.prototype.isTwitchSliderEnabled=function(){return this.enabledMediators.get(L.twitchSlider)},e.prototype.isRefreshTakeoverEnabled=function(){return this.refreshTakeoverEnabled&&("ALL"===this.refreshTakeoverCountries||this.refreshTakeoverCountries.includes(this.countryCode))},e.prototype.getDFPMcmChildId=function(){return this.dfpMcmChildId},e.prototype.isDFPEnabled=function(){return"mobile"==this.device_type&&this.dfpMobileEnabled||"tablet"==this.device_type&&this.dfpTabletEnabled||"desktop"==this.device_type&&this.dfpDesktopEnabled},e.prototype.getDFPTagGranularity=function(){return this.dfpTagGranularity},e.prototype.getRefreshTakeoverTimeout=function(){return this.refreshTakeoverTimeout},e.prototype.isRefreshMultipleTakeoverEnabled=function(){return this.refreshMultipleTakeoverEnabled},e.prototype.getDeviceType=function(){return U[this.device_type]},e.prototype.isDFPInterstitialMobileEnabled=function(){return this.dfpInterstitialMobileEnabled},e.prototype.isDFPInterstitialTabletEnabled=function(){return this.dfpInterstitialTabletEnabled},e.prototype.isDFPInterstitialDesktopEnabled=function(){return this.dfpInterstitialDesktopEnabled},e.prototype.isDFPInterstitialEnabled=function(){return"mobile"==this.device_type&&this.dfpInterstitialMobileEnabled||"tablet"==this.device_type&&this.dfpInterstitialTabletEnabled||"desktop"==this.device_type&&this.dfpInterstitialDesktopEnabled},e.prototype.isAdblockRecoveryEnabled=function(){return this.adblockRecoveryEnabled},e.prototype.isA9Enabled=function(){return this.isDFPEnabled()&&this.a9Enabled&&"KR"!==this.countryCode},e.prototype.isRefreshEnabled=function(){return this.refreshEnabled},e.prototype.getRefreshAfter=function(){return this.refreshAfter},e.prototype.getMaxRefreshes=function(){return l.W0.maxRefreshesByOsName.get(this.os_name)?Number(l.W0.maxRefreshesByOsName.get(this.os_name)):l.W0.maxRefreshesByBrowserName.get(this.browser_name)?Number(l.W0.maxRefreshesByBrowserName.get(this.browser_name)):this.maxRefreshes},e.prototype.getSiteCategory=function(){return this.siteCategory},e.prototype.getPlacements=function(){return this.placements},e.prototype.getPlacement=function(e){return this.placements.get(e)},e.prototype.getRichMediaPlacements=function(){var e=this.placements.data||{},t=[];for(var n in e)e[n].isRichMedia()&&t.push(e[n]);return t},e.prototype.getCurrentCountryCode=function(){return this.countryCode},e.prototype.getCountrySubdivision=function(){return this.countrySubdivision},e.prototype.isEUCountry=function(){return l.W0.euCountryCodes.has(this.countryCode)},e.prototype.getBrowserName=function(){return this.browser_name},e.prototype.isKidsMode=function(){return"kids"===this.siteCategory},e.prototype.isUsePlacementPreloader=function(){return this.usePlacementPreloader},e.prototype.isUseAdBorder=function(){return"none"!==this.adBorderTargeting},e.prototype.getAdBorderTargeting=function(){return this.adBorderTargeting},e.prototype.isCcpaCompliant=function(){return this.ccpaCompliant},e.prototype.getPreloaderStyle=function(){return this.preloaderStyle||""},e.prototype.getBidderList=function(){return this.bidderList},e.prototype.hasBidderConfiguredAndSatisfyTargeting=function(e){return this.configuredAndSatisfyTargetingBidders.has(e)},e.prototype.makeAdUnits=function(e){var t,n,i=e.bids,r=e.sizes,o=e.adUnitCode,a=e.placementConfig,s=r.slice(),d=i.slice(),c=[],u=function(e,t){var n=new p.R(e),i=s.findIndex((function(e){return e.isEqual(n)}));if(-1!==i){var r=[];d=d.filter((function(e){return!t.includes(e.bidder)||(r.push(e),!1)})),r.length>0&&c.push({bids:r,sizes:[n]}),s.splice(i,1)}};try{for(var f=V(l.W0.exclusivePlacementSizes),h=f.next();!h.done;h=f.next()){var m=G(h.value,2);u(m[0],m[1])}}catch(e){t={error:e}}finally{try{h&&!h.done&&(n=f.return)&&n.call(f)}finally{if(t)throw t.error}}d.length>0&&s.length>0&&(c=c.map((function(e){var t=e.bids,n=e.sizes,i=z(z([],G(n),!1),G(s),!1);return i.sort((function(e,t){return e.compare(t)})),{bids:t,sizes:i}})),c.push({bids:d,sizes:s}));var g=N.p.fromDataPosPlacementIdAndLoopIndex(o);return c.map((function(e){var t=e.bids,n=e.sizes.map((function(e){return e.getDims()})),i={code:g,bids:t,ortb2Imp:{ext:{gpid:"/VM_"+g.getPlacementId()+"/"+g.getDataPosAsString()}},sizes:n};return(a.isBanner()||a.isRichMedia())&&(i.mediaTypes={banner:{sizes:n}}),i}))},e.prototype.getAdblockPrebidConfigForPlacements=function(e){var t,n,i=this,r=new Map,o=this.getPlacements();e.forEach((function(e,t){var n=[],a="".concat(t,"-1"),s=t.replace(/^[\d]+\-/,"");if(o.has(s)){var d=o.get(s);d.getFilteredAdBlockedConnectors(i.countryCode,i.accountId,i.siteId,e).forEach((function(e){n.push({bidder:e.getPrebidConnectorName(),params:i.getConnectorParams(e)})})),r.set(a,i.makeAdUnits({bids:n,sizes:B.u.getInstance().getPlacementInstanceByDomElement(e).getSizes(),adUnitCode:a,placementConfig:d}))}}));var a=[];try{for(var s=V(r.values()),d=s.next();!d.done;d=s.next()){var c=d.value;a.push.apply(a,z([],G(c),!1))}}catch(e){t={error:e}}finally{try{d&&!d.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return a},e.prototype.getConnectorParams=function(e){return e.getAdapterParameters()},e.prototype.getPrebidConfigForPlacements=function(e,t){var n,i,r=this,s=t.loopIndex,d=void 0===s?1:s,c=t.skipTakeovers,u=void 0!==c&&c,l=new Map,p=this.accountId,f=this.siteId,h=this.countryCode,m=this.getPlacements(),g=a.F.hasFocus(),b=B.u.getInstance().getByAttributeValue("isRichmedia",!0);e.forEach((function(e,t){var n=a.F.isInView(e),i=t+"-"+d,s=t.replace(/^[\d]+\-/,"");if(m.has(s)){var c=m.get(s);if(1===d||c.isBanner()){var v=r.getPlacementSettings(c,n,g,d,t,h,p,f,e,i,-1!==b.findIndex((function(e){return e.dataId===s})),u);l.set(i,v)}}else o.tG.error("Placement config not found for ".concat(s))}));var v=[];try{for(var y=V(l.values()),w=y.next();!w.done;w=y.next()){var S=w.value;v.push.apply(v,z([],G(S),!1))}}catch(e){n={error:e}}finally{try{w&&!w.done&&(i=y.return)&&i.call(y)}finally{if(n)throw n.error}}return v},e.prototype.getPlacementSettings=function(e,t,n,i,r,o,s,d,c,u,l,p){var f=this,h=[];return e.getFilteredConnectors(r,o,s,d,i,c,l,p).forEach((function(r){var o=r.getSizeTargetsKey(e),s=f.getConnectorParams(r);f.bidderList.add(r.getAdapterModuleName()),r.getPrebidConnectorName().match(/appnexus/)&&(s.keywords={hp:a.F.getTopMostParentWindow().location.pathname.match(/^[\/]?$/)?1:0,"in-view":t?1:0,"in-focus":n?1:0,"is-viewable":t&&n?1:0,"loop-index":i}),r.getPrebidConnectorName().match(/adagio/)&&(s.adUnitElementId=c.id),h.push({bidder:r.getPrebidConnectorName(),params:s,_sizeTargetingKey:o})})),this.makeAdUnits({bids:h,sizes:B.u.getInstance().getPlacementInstanceByDomElement(c).getSizes(),adUnitCode:u,placementConfig:e})},e}(),j=n(8350),K=n(1014),H=n(9085),q=n(1298),J=n(5978),Z=function(){function e(){}return e.getSiteId=function(){return j.Z.get("data-site-id")},e.getEnvironment=function(){return this.environment},e.get=function(t,n){return this.headerBiddingConfig instanceof W?t(this.headerBiddingConfig):e.isFetching?void e.queue.push({success:t,failure:n}):this.fetchHeaderBiddingConfig(t,n)},e.getStoredMetadata=function(){var e=a.F.getTopMostParentWindow().__VM_HBC;return e?(o.tG.isDebugMode()||(e=atob(e)),JSON.parse(e)):null},e.storeMetadata=function(e){var t=JSON.stringify(e);o.tG.isDebugMode()||(t=btoa(t)),a.F.getTopMostParentWindow().__VM_HBC=t},e.loadHeaderBiddingConfig=function(e){var t=e.responseHeaders,n=e.responseText;this.headerBiddingConfig=W.generate(n,t)},e.fetchHeaderBiddingConfig=function(t,n,i){var r=this;void 0===i&&(i=l.W0.configEndpoints),o.tG.info("Fetching header-bidding config");var a=i.getEndpoint(e.getSiteId());e.isFetching=!0,this.environment=i.environment;var s=this.getStoredMetadata();if(s)return this.loadHeaderBiddingConfig(s),void t(this.headerBiddingConfig);K.d.go({method:K.d.RequestMethod.GET,url:a,timeout:l.W0.configTimeoutMS,success:function(n,i,o){var a={responseText:i,responseHeaders:o.getAllResponseHeaders()},s=function(e){r.loadHeaderBiddingConfig(e),r.storeMetadata(e),t(r.headerBiddingConfig)};q.H.listen({onSuccess:function(e){e.headers.forEach((function(e,t){a.responseHeaders+="".concat(t,":").concat(e,"\r\n")}))},onError:function(){}}),J.z.listen({onSuccess:function(e){e.headers.forEach((function(e,t){a.responseHeaders+="".concat(t,":").concat(e,"\r\n")})),s(a)},onError:function(){s(a)}}),e.queue.popEach((function(e){(0,e.success)(r.headerBiddingConfig)})),e.isFetching=!1},error:function(){i.hasAlternativeEndpointConfig()?r.fetchHeaderBiddingConfig(t,n,i.getAlternativeEndpoint()):(o.tG.error("Failed to fetch header bidding config"),n(),e.queue.popEach((function(e){(0,e.failure)()})),e.isFetching=!1)}})},e.isFetching=!1,e.queue=new H.i,e}()},1298:function(e,t,n){"use strict";n.d(t,{H:function(){return i}});var i,r=n(3125);!function(e){var t=[];e.listen=function(e){t.push(e),window.__VM_BAIT_RESPONSE?n():i()};var n=function(){for(;t.length>0;){var e=t.pop(),n=e.onSuccess,i=e.onError;window.__VM_BAIT_RESPONSE?n(window.__VM_BAIT_RESPONSE):i()}},i=function(){fetch(r.W0.scripts.cloudflareScript).then((function(e){window.__VM_BAIT_RESPONSE=e})).finally((function(){n()}))}}(i||(i={}))},5978:function(e,t,n){"use strict";n.d(t,{z:function(){return i}});var i,r=n(3125);!function(e){var t=[];e.listen=function(i){t.push(i),window.__VM_FSGEO_RESPONSE?n():e.run()};var n=function(){for(;t.length>0;){var e=t.pop(),n=e.onSuccess,i=e.onError;window.__VM_FSGEO_RESPONSE?n(window.__VM_FSGEO_RESPONSE):i()}};e.run=function(){window.__VM_FSGEO_RESPONSE||fetch(r.W0.scripts.fastlyScript).then((function(e){window.__VM_FSGEO_RESPONSE=e})).finally((function(){n()}))}}(i||(i={}))},3125:function(e,t,n){"use strict";n.d(t,{W0:function(){return E}});var i,r,o=n(4807),a=n(536),s=n(3777),d=n(9716),c=n(9230),u=n(6218),l=n(319),p=n(8350),f=n(7732),h=n(31),m=n(6705),g=n(3678),b=(i=function(e,t){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},i(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),v=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var i,r,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a},y=function(e,t){return t.forEach((function(t){var n=v(t,2),i=n[0],r=n[1],o=e.find((function(e){return v(e,1)[0]===i}));o?o[1]=r:e.push([i,r])})),e};!function(e){e[e.LIVE=0]="LIVE",e[e.STAGING=1]="STAGING"}(r||(r={}));var w,S=function(){function e(e,t,n,i){void 0===i&&(i=null),this.endpointPrefix=e,this.isDirectCDNLink=t,this.environment=n,this.next=i}return e.prototype.getEndpoint=function(e){return this.isDirectCDNLink?"".concat(E.defaultProtocol,"://").concat(this.endpointPrefix).concat(e,".enc?q=").concat(f.$.getHash(h.S.getTopURL())):"".concat(E.defaultProtocol,"://").concat(this.endpointPrefix).concat(e,".enc")},e.prototype.hasAlternativeEndpointConfig=function(){return null!=this.next},e.prototype.getAlternativeEndpoint=function(){return this.next},e}(),A=function(){var e,t;this.version="3-(".concat("a06c08ab".trim(),")"),this.isShowcaseMode=!1,this.isMockBidsMode=!1,this.mockBidder="",this.gvlQuantcastId=11,this.a9PublisherId="70247b00-ff8f-4016-b3ab-8344daf96e09",this.dfpPublisherId="21726375739",this.yieldboosterAdvertiserId=5112770332,this.dfpRejectCreativeId=138238778460,this.dfpCSPClickNumber=3,this.isUponitTestMode=new d.$([["5a8460b346e0fb0001fc3bac",!0]]).getOrElse(p.Z.get("data-site-id"),!1),this.airbrakeProjectId=226149,this.airbrakeProjectKey="d11c11515f8cd786cb4b6b0852900df9",this.isAirbrakeEnabled=5e3===o.o.numberBetween(1,1e4),this.ozoneTestGroup=o.o.numberBetween(0,99).toString(),this.trackOzoneVideoRendered=!1,this.logRenderRMChance=1,this.enablePerformanceMonitoring=new d.$([["58d2538946e0fb0001e4b3e5",!0],["58db8c1b46e0fb0001b87c4f",!0],["5ba11c5446e0fb0001b212ac",!0]]).has(p.Z.get("data-site-id")),this.useNetworkLevelConsentStorage=new d.$([["5c75224646e0fb00018c077f",!0]]).has(p.Z.get("data-site-id")),this.dfpExcludedPlacementIds=new d.$([["5b19474946e0fb0001aa0c82",!0],["5c6d8d2446e0fb00018c070a",!0],["5bfbe90446e0fb00018ea970",!0],["5bfbe7ba46e0fb0001aad935",!0],["5bfbe9af46e0fb0001b8cc8f",!0],["5d15e28d1b4e4f4b1786fb01",!0],["5d1f572e94d28942ff98aa92",!0],["5d55894a9ad51d436ff8dac1",!0],["5d5c3583b6718b40677d76a9",!0]]),this.prebidTargetMajor="1",this.prebidEndpoint="https://hb.vntsm.com/v3/prebid/prebid-3.15.js",this.prebidVersion="3.15",this.prebidTestEndpoint="https://hb.vntsm.com/v3/prebid/prebid-3.23.js",this.prebidTestVersion="3.23",this.prebidUseS2S=!1,this.env=-1===u.F.getTopMostParentWindow().location.href.indexOf(":8443")?"live":"dev",this.defaultProtocol="https",this.rotateDefaults=!1,this.usePageProtect=!0,this.gdprPreferences=new d.$([["5a8460b346e0fb0001fc3bac",{styleChanges:{primaryButtonStyle:{background:"#1ea1f7"}},copyChanges:{},functionalList:[]}],["58d2538946e0fb0001e4b3e5",{styleChanges:{primaryButtonStyle:{background:"#d72f2e"}},copyChanges:{},functionalList:[]}],["58d925be46e0fb0001790515",{styleChanges:{primaryButtonStyle:{background:"#275495"}},copyChanges:{},functionalList:[]}],["5a12e09946e0fb00011074f3",{styleChanges:{primaryButtonStyle:{background:"#1bb76e"}},copyChanges:{opening_title:"A Message From Imgur's Partners",opening_desc:"\n In order to keep this site running, various third parties set cookies and access and store information on your device.\n These third parties also collect data to show you personalized ad content.\n Some third parties require your consent to collect data to serve you personalized content and ads.\n For information on how Imgur uses your data, see Imgur's privacy policy.\n "},functionalList:[]}]]).getOrElse(p.Z.get("data-site-id"),{styleChanges:{primaryButtonStyle:{}},copyChanges:{},functionalList:[]}),this.assistFrameCleanup=!0,this.euCountryCodes=new d.$([["BE","Belgium"],["BG","Bulgaria"],["CZ","Czech Republic"],["DK","Denmark"],["DE","Germany"],["EE","Estonia"],["IE","Ireland"],["GR","Greece"],["ES","Spain"],["FR","France"],["HR","Croatia"],["IT","Italy"],["CY","Cyprus"],["LV","Latvia"],["LT","Lithuania"],["LU","Luxembourg"],["HU","Hungary"],["MT","Malta"],["NL","Netherlands"],["AT","Austria"],["PL","Poland"],["PT","Portugal"],["RO","Romania"],["SI","Slovenia"],["SK","Slovakia"],["FI","Finland"],["SE","Sweden"],["GB","United Kingdom"]]),this.captifyPixelEnabledCountryCodes=new d.$([["US","United States of America"],["GB","United Kingdom"],["UK","United Kingdom"],["ES","Spain"],["IT","Italy"],["DE","Germany"],["AU","Australia"],["FR","France"],["CA","Canada"],["NL","Netherlands"],["PT","Portugal"],["BR","Brazil"],["NZ","New Zealand"],["ZA","South Africa"],["BE","Belgium"],["CH","Switzerland"],["AT","Austria"],["LU","Luxembourg"],["IE","Ireland"],["AR","Argentina"],["MX","Mexico"]]),this.adManagerEndpoint="dev"===this.env?"ad-manager.js":this.defaultProtocol+"://hb.vntsm.com/v3/live/ad-manager.min.js",this.adManagerCSSEndpoint="dev"===this.env?"ad-manager.css":"".concat(this.defaultProtocol,"://hb.vntsm.com/v3/live/ad-manager.min.css"),this.adManagerBundleUrl="https://hb.vntsm.com/v3/live/ad-manager-bundle.min.js",this.adManagerBundleUrlABTest="https://hb.vntsm.com/ab/live/fatum/ad-manager-bundle.min.js",this.logAdBiddingStarted=!0,this.cmpAwaitTimeoutMS=4e3,this.cmpPollIntervalMS=100,this.cmpEndpoint="".concat(this.defaultProtocol,"://hb.vntsm.com/cmp/cmp.complete.bundle.js?upapi=true"),this.cmpPortalEndpoint="".concat(this.defaultProtocol,"://hb.vntsm.com/cmp/docs/portal.html?upapi=true"),this.refreshInViewOnly=!1,this.shortRefreshRateCountries=new d.$([["NZ","New Zealand"],["DE","Germany"],["BE","Belgium"],["AT","Austria"],["FI","Finland"],["JP","Japan"],["IT","Italy"],["US","United States of America"],["FR","France"],["DK","Denmark"],["NL","Netherlands"],["PT","Portugal"],["NO","Norway"],["GB","United Kingdom"],["AU","Australia"],["CA","Canada"],["SE","Sweden"],["SG","Singapore"],["AE","United Arab Emirates"]]),this.shortRefreshUTCHours=[1,2,3,4,5,11,12,13],this.shortRefreshRateMS=32e3,this.defaultRefreshRateMS=32e3,this.shortNonGoogleRefreshRateMS=2e4,this.enableBidStashing=!1,this.maxPlacementRefreshes=1e3,this.maxRefreshesByOsName=new d.$,this.maxRefreshesByBrowserName=new d.$,this.configTimeoutMS=2e4,this.packingLength=24,this.prebidBidderTimeoutMS=2e3,this.prebidGlobalTimeoutMS=3500,this.prebidGlobalExtendedTimeoutMS=5e3,this.prebidEnableIframeUserSync=!1,this.airgridEnabled=!0,this.airgridBidders=[],this.prebidEnableCommonUserId=!0,this.prebidS2SEnabledConnectors=["nhnace","mezzomedia","nasmediaadmixer","across","nobidS2S","sonobiS2S","connectadS2S","emxdigitalS2S","pulsepointS2S","gumgumS2S"],this.connectorsDependsOnDeviceType=new d.$([["nasmediaadmixer","siteId"]]),this.iiqEnabled=!0,this.iiqBlockedForBrowsers=["chrome","chrome mobile","chrome mobile ios","chrome webview","headlesschrome","chrome headless"],this.iiqCountries=new d.$([["US","United States of America"],["CA","Canada"],["AU","Australia"],["SG","Singapore"],["MX","Mexico"],["BR","Brazil"],["JP","Japan"],["NZ","New Zealand"],["KR","Korea (the Republic of)"],["MY","Malaysia"],["PH","Philippines"],["TH","Thailand"]]),this.enableGoogleWinnerAuctionsTrack=!1,this.refreshTakeoverTimeout=9e4,this.minBidCPM=1e-6,this.dfpAdServingCost=.0137,this.prebidCMPTimeoutMS=5e3,this.aniviewTimeoutMS=3e4,this.aniviewPostImpressionTimeoutMS=12e4,this.aniviewPostContentTimeoutMS=12e4,this.aniviewErrorLimit=10,this.aternosAniviewTimeoutMS=4e4,this.apiCheckIntervalMS=100,this.defaultBidTTLMS=3e4,this.maxBidTTLMS=6e5,this.dynamicPlacementsCheckInterval=100,this.waitForUserIds=!0,this.bidRequestInterval=100,this.deferredLoadingCheckInterval=100,this.bidRequestUnlockDelay=100,this.schedulerIntervalMS=100,this.landscapePushIntervalMS=250,this.incrementLoopIntervalMS=2e4,this.mediationBidders=new d.$([["GUMGUMRM",!0],["GUMGUMRMMOB",!0],["GUMGUMRMDESK",!0],["JUSTPREMIUM",!0]]),this.siteLevelMediationBidders=new d.$([[g.T.getSiteId(),new d.$([["APPNEXUS",!0],["OGURY",!0]])]]),this.biddersWithCustomWonFunction=[m.v.OGURY],this.bidderLimitingDefaultWaitTimes=[0,0,0],this.abBidderTargeting=new d.$([["APPNEXUS",[{excludedCountryCodes:["CN","RS","PK","BO","IQ","SV","LK","BD","MA","NP","HN","DZ","PY","GE","JO","BA","TT","TN","MD","MK","AZ","MN","PS","MN","AL","BN","KG","RE"]}]],["RUBICON",[{}]],["INDEXEXCHANGE",[{}]],["OPENX",[{includedCountryCodes:["US","GB","CA","DE","CN","FR","JP","AU","ES","HK","SG","PH","CO","NL","IT","BR","BE","SE","MX","VN"]}]]]),this.bidderTargeting=new d.$([["GOOGLE",[{}]],["APPNEXUS",[{}]],["RISE",[{includedCountryCodes:["US","GB","CA","AU","DE","BE","FI","SE","NO","FR","ES","IT","NL","DK","CH","AT","IE","PT"]}]],["APPMONET",[{excludedCountryCodes:["KR"]}]],["ADAGIO",[{excludedCountryCodes:["KR"]}]],["MGID",[{excludedCountryCodes:["KR"]}]],["SUBLIME",[{excludedCountryCodes:["KR"]}]],["OZONE",[{excludedCountryCodes:["KR","JP"]}]],["RUBICON",[{excludedCountryCodes:["BR","KR","RU"]}]],["INDEXEXCHANGE",[{excludedCountryCodes:["KR"]}]],["SONOBI",[{includedCountryCodes:["US","GB","AU","DE","FR","CH","HK","MX"]}]],["SOVRN",[{excludedCountryCodes:["RU","PL","TR","RO","GR","KR","JP","CN","TW","BR"]}]],["JUSTPREMIUM",[{includedCountryCodes:["US","GB","IE","ES","FR","NL","IT","BE","DE","DZ","BH","DJ","EG","IR","IQ","IL","JO","KW","LB","LY","MT","MA","OM","QA","SA","SY","TN","AE","PS","YE","ET","SD","DK","FI","IS","NO","SE","GL","FO","CA","BR","MX","CN","AU","JP","PL"]}]],["VISX",[{excludedCountryCodes:["KR"]}]],["AMX",[{includedCountryCodes:["US","GB","CA","DE","AU","FR"]}]],["CRITEO",[{excludedCountryCodes:["KR"]}]],["RICHAUDIENCE",[{excludedCountryCodes:["KR"]}]],["KARGO",[{excludedCountryCodes:["KR"]}]],["ADYOULIKE",[{includedCountryCodes:["US","GB","CA","DE","IT","FR","AU","NL","ES"]}]],["TPMN",[{excludedCountryCodes:["KR"],includedDevices:[s.i.MOBILE]}]],["OGURY",[{excludedCountryCodes:["KR"],includedDevices:[s.i.MOBILE]}]],["GUMGUM",[{excludedCountryCodes:["KR"]}]],["GUMGUMRM",[{excludedCountryCodes:["KR"]}]],["GUMGUMRMMOB",[{excludedCountryCodes:["KR"],includedDevices:[s.i.MOBILE]}]],["GUMGUMRMDESK",[{excludedCountryCodes:["KR"],includedDevices:[s.i.DESKTOP]}]],["TRIPLELIFT",[{excludedCountryCodes:["KR"]}]],["KUEEZRTB",[{excludedCountryCodes:["KR"]}]],["INSKIN",[{excludedCountryCodes:["KR"]}]],["PUBMATIC",[{excludedCountryCodes:["KR"]}]],["INSTICATOR",[{excludedCountryCodes:["KR"]}]],["OPTIDIGITAL",[{includedCountryCodes:["US","GB","CA","DE","FR","IT","IE","CH","ES","NL","BE","SE","LU"]}]],["SHARETHROUGH",[{includedCountryCodes:["US","GB","CA","AU","DE","FR","ES","IT"]}]],["WIDESPACE",[{excludedCountryCodes:["KR"]}]],["SMART",[{includedCountryCodes:["US","DE","GB","FR","ES","RU","CA","AU","IT","MX","BE","BR","NL","CH","PL","SE","MA","AT"]}]],["APPIER",[{includedCountryCodes:["KR","TW","JP","TH","MY","ID","PH","VN"]}]],["MEDIANET",[{excludedCountryCodes:["KR"],adapterTest:!0}]],["OPENX",[{excludedCountryCodes:["KR"],adapterTest:!0}]],["UNDERTONE",[{excludedCountryCodes:["KR"],adapterTest:!1}]]]),this.landscapeEndpoint="".concat(this.defaultProtocol,"://track.venatusmedia.com/dual/track"),this.extraLandscapeEndpoint="",this.primisLandscapeEndpoint="".concat(this.defaultProtocol,"://track.venatusmedia.com/impression/primis"),this.dfpTrackingEndpoint="".concat(this.defaultProtocol,"://track.venatusmedia.com/dfp/track"),this.feedbackEndpoint="".concat(this.defaultProtocol,"://track.venatusmedia.com/feedback/track"),this.configEndpoints=new S("hb.vntsm.com/v2/live/",!1,r.LIVE,new S("vmhb.b-cdn.net/v2/live/",!1,r.LIVE)),this.prebidServerEndpoint="https://pbs.venatusmedia.com/",this.creativeBlocklistEndpoint="".concat(this.defaultProtocol,"://hb.vntsm.com/creative-block-list.json"),this.placementEndpoint="".concat(this.defaultProtocol,"://ui.venatusmedia.com/admin/placement/"),this.iconMap=new d.$([["GOOGLE","https://www.google.com/favicon.ico"],["APPNEXUS","https://www.appnexus.com/themes/custom/appnexus/img/favicon.ico"],["RUBICON","https://rubiconproject.com/favicon.ico"],["INDEXEXCHANGE","https://system.indexexchange.com/favicon.ico"],["IX","https://system.indexexchange.com/favicon.ico"],["CRITEO","https://www.criteo.com/wp-content/themes/criteo2017/img/favicon.ico"],["OPENX","https://s3.amazonaws.com/openx-prod/assets/favicon.ico"],["SONOBI","https://sonobi.com/wp-content/themes/sonobi/assets/images/icon/favicon-32x32.png"],["SONOBIS2S","https://sonobi.com/wp-content/themes/sonobi/assets/images/icon/favicon-32x32.png"],["SOVRN","https://www.sovrn.com/wp-content/themes/sovrn-2019/favicon.png"],["PUBMATIC","https://pubmatic.com/favicon-16x16.png"],["JUSTPREMIUM","https://justpremium.com/wp-content/uploads/2018/03/cropped-jp-fav-32x32.png"],["GUMGUM","https://gumgum.com/favicon.ico"],["ADYOULIKE","https://www.adyoulike.com/favicon.ico"],["VISX","https://yoc.com/wp-content/themes/yoc/assets/img/favicon-32x32.png"],["NASMEDIAADMIXER","https://admixer.net/favicon.ico"],["TRIPLELIFT","https://triplelift.com/wp-content/uploads/2019/10/cropped-fav-icon-32x32.png"],["INSKIN","http://www.inskinmedia.com/favicon-16x16.png"],["WIDESPACE","https://www.widespace.com/wp-content/uploads/2017/02/favicon_widespace.png"],["RICHAUDIENCE","https://richaudience.com/images/fav16x16.png"],["SMART","https://smartadserver.com/content/uploads/2018/09/cropped-favicon-32x32.png"],["SUBLIME","https://www.sublime.xyz/favicon-32x32.png"],["SHARETHROUGH","https://www.sharethrough.com/img/favicon.png"],["UNDERTONE","https://www.undertone.com/wp-content/themes/undertone/dist/img/favicon.png"],["MEDIANET","https://s31073.pcdn.co/wp-content/themes/media.net/favicon.ico"],["GUMGUMS2S","https://gumgum.com/src/images/logos/favicon.png"],["connectadS2S","https://mluvzxldhhuj.i.optimole.com/UycpMqg.3nep~495d3/w:auto/h:auto/q:auto/https://connectad.ca/wp-content/uploads/2017/12/favicon.jpg"]]),this.defaultIcon="https://www.venatusmedia.com/favicon.ico",this.psaMap=new d.$([["728x90",''],["160x600",''],["300x250",''],["300x600",''],["120x600",''],["250x250",''],["468x60",''],["336x280",''],["970x250",''],["970x90",''],["320x50",''],["300x100",''],["320x100",''],["970x90",''],["320x50",''],["300x100",''],["320x100",''],["300x50",'']]),this.adapterTakeovers=[m.v.APPNEXUS,m.v.JUSTPREMIUM,m.v.GUMGUM],this.prvkTakeoverAdapters=[m.v.DFP_TO,m.v.APPNEXUS],this.mediationMultiAcceptance=(e=[["dfp-to",["refresh-to"]],["regular-gam",["twitch-slider","rtb-bid-request","hybrid2banner","venatus-flexible","venatus-video","ozone-video","aniview-instream","aniview","primis","justpremium","ogury","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["twitch-slider",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["rtb-bid-request",["regular-gam","twitch-slider","hybrid2banner","venatus-flexible","venatus-video","ozone-video","aniview-instream","aniview","primis","justpremium","gumgum","appnexus","ogury","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["hybrid2banner",["regular-gam","twitch-slider","rtb-bid-request","venatus-flexible","venatus-video","ozone-video","aniview-instream","aniview","primis","justpremium","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["venatus-flexible",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus-footer","refresh-to"]],["venatus-video",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","gumgum","appnexus","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["ozone-video",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","gumgum","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["aniview-instream",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","gumgum","appnexus","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["aniview",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","gumgum","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["primis",["regular-gam","rtb-bid-request","hybrid2banner","venatus-flexible","justpremium","gumgum","appnexus","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["justpremium",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","refresh-to"]],["gumgum",["rtb-bid-request","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","refresh-to"]],["appnexus",["rtb-bid-request","venatus-video","aniview-instream","primis","refresh-to"]],["ogury",["regular-gam","rtb-bid-request","venatus-flexible","justpremium","gumgum","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["venatus",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus-footer","refresh-to"]],["venatus-op",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus-footer","refresh-to"]],["venatus-vertical-sticky",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus-footer","refresh-to"]],["venatus-vertical-sticky-op",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus-footer","refresh-to"]],["venatus-footer",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-flexible","ozone-video","ogury","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["refresh-to",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-flexible","venatus-video","ozone-video","aniview-instream","aniview","primis","ogury","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer"]]],t=[["dfp-to",["refresh-to"]],["regular-gam",["twitch-slider","rtb-bid-request","hybrid2banner","justpremium","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["twitch-slider",["regular-gam","rtb-bid-request","hybrid2banner","justpremium","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["rtb-bid-request",["regular-gam","twitch-slider","improverm","hybrid2banner","justpremium","gumgum","appnexus","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["improverm",["rtb-bid-request","venatus-video","ozone-video","aniview-instream","aniview","refresh-to"]],["hybrid2banner",["regular-gam","twitch-slider","rtb-bid-request","justpremium","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["justpremium",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","refresh-to"]],["gumgum",["rtb-bid-request","venatus-video","ozone-video","aniview-instream","aniview","primis","refresh-to"]],["appnexus",["rtb-bid-request","venatus-video","aniview-instream","primis","refresh-to"]],["venatus-flexible",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["venatus",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["venatus-op",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["venatus-vertical-sticky",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["venatus-vertical-sticky-op",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer","refresh-to"]],["venatus-video",["regular-gam","rtb-bid-request","improverm","hybrid2banner","justpremium","gumgum","appnexus","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["ozone-video",["rtb-bid-request","hybrid2banner","justpremium","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["aniview-instream",["regular-gam","rtb-bid-request","improverm","hybrid2banner","justpremium","gumgum","appnexus","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["aniview",["regular-gam","rtb-bid-request","improverm","hybrid2banner","justpremium","gumgum","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","refresh-to"]],["primis",["regular-gam","rtb-bid-request","hybrid2banner","justpremium","gumgum","appnexus","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-footer","refresh-to"]],["venatus-footer",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-video","ozone-video","aniview-instream","primis","refresh-to"]],["refresh-to",["regular-gam","twitch-slider","rtb-bid-request","hybrid2banner","venatus-flexible","venatus","venatus-op","venatus-vertical-sticky","venatus-vertical-sticky-op","venatus-video","ozone-video","aniview-instream","aniview","primis","venatus-footer"]]],l.O.isMobile()&&(t=y(t,e)),new d.$(t)),this.npaSupportingMediators=[m.v.VENATUS_FOOTER,m.v.VENATUS,m.v.VENATUS_OP,m.v.VENATUS_VERTICAL_STICKY,m.v.VENATUS_VERTICAL_STICKY_OP],this.focusedSchedulerOnlySiteIds=[["58d2538946e0fb0001e4b3e5",1],["58d8ed2646e0fb0001b87391",1],["58e22cf446e0fb0001e14f45",1]],this.LegacyRefreshLogicABTestAccountIds=["58da6ee846e0fb00017909b8"],this.skipATSSites=[["613206cd1f2bbd4053f45a1d",1]],this.DFPNoThrottlingABTestSiteIds=[["58d925be46e0fb0001790515",1]],this.CustomLinksLabelsABTestSiteIds=[["5e79f53e963d0e25e62b5f4f",1]],this.AniviewAfterTakeoverABTestSiteIds=[["58d925be46e0fb0001790515",1],["6038f10f88cbff67a67388ee",1],["6051eb8e337bfd28970d5989",1]],this.DirectGAMSiteIds=[["58d923da46e0fb00017904ed",1],["58e22cd746e0fb0001e14f43",1],["58e22cf446e0fb0001e14f45",1],["58d2538946e0fb0001e4b3e5",1]],this.HybridBannerSiteIds=[["58d923da46e0fb00017904ed",1],["58e22cd746e0fb0001e14f43",1],["58e22cf446e0fb0001e14f45",1],["58d2538946e0fb0001e4b3e5",1]],this.POGOSites=[["58d8fdf746e0fb0001b87452",1],["59e871d846e0fb00011129b2",1],["5e426f69e62ab74e729ba7b5",1],["611cbdc7d8068a4334de2575",1]],this.mediationTimeLimits=new d.$,this.biddersWithoutRefreshAfterWinning=[],this.bidderAliases=[],this.embeddedBidders=Array.isArray(["appnexusBidAdapter","sovrnBidAdapter","sonobiBidAdapter","33acrossIdSystem","justpremiumBidAdapter","criteoBidAdapter","criteoIdSystem","ixBidAdapter","consentManagement","gumgumBidAdapter","adyoulikeBidAdapter","visxBidAdapter","nasmediaAdmixerBidAdapter","tripleliftBidAdapter","inskinBidAdapter","widespaceBidAdapter","richaudienceBidAdapter","smartadserverBidAdapter","sublimeBidAdapter","sharethroughBidAdapter","schain","id5IdSystem","tpmnBidAdapter","unifiedIdSystem","amxBidAdapter","sharedIdSystem","adagioBidAdapter","identityLinkIdSystem","pubCommonId","rubiconBidAdapter","pubmaticBidAdapter","oguryBidAdapter","ozoneBidAdapter","nobidBidAdapter","hadronIdSystem","rtdModule/index","airgridRtdProvider","pubProvidedIdSystem","riseBidAdapter","insticatorBidAdapter","kueezRtbBidAdapter","optidigitalBidAdapter","openXBidAdapter","undertoneBidAdapter","medianetBidAdapter","kargoBidAdapter","mgidBidAdapter","appierBidAdapter"])?new c.V(["appnexusBidAdapter","sovrnBidAdapter","sonobiBidAdapter","33acrossIdSystem","justpremiumBidAdapter","criteoBidAdapter","criteoIdSystem","ixBidAdapter","consentManagement","gumgumBidAdapter","adyoulikeBidAdapter","visxBidAdapter","nasmediaAdmixerBidAdapter","tripleliftBidAdapter","inskinBidAdapter","widespaceBidAdapter","richaudienceBidAdapter","smartadserverBidAdapter","sublimeBidAdapter","sharethroughBidAdapter","schain","id5IdSystem","tpmnBidAdapter","unifiedIdSystem","amxBidAdapter","sharedIdSystem","adagioBidAdapter","identityLinkIdSystem","pubCommonId","rubiconBidAdapter","pubmaticBidAdapter","oguryBidAdapter","ozoneBidAdapter","nobidBidAdapter","hadronIdSystem","rtdModule/index","airgridRtdProvider","pubProvidedIdSystem","riseBidAdapter","insticatorBidAdapter","kueezRtbBidAdapter","optidigitalBidAdapter","openXBidAdapter","undertoneBidAdapter","medianetBidAdapter","kargoBidAdapter","mgidBidAdapter","appierBidAdapter"].map((function(e){var t=e.indexOf("BidAdapter");return-1!==t?e.slice(0,t):e}))):new c.V,this.sendMetrics="0",this.targetPriceBucket=.11,this.runtimeDomain=location.hostname.includes("www.")?location.hostname.replace("www.",""):location.hostname,this.useDomainInBTURL=!0,this.scripts={cloudflareScript:"https://hb.vntsm.io/content.html",fastlyScript:"https://hb-vntsm-com.global.ssl.fastly.net/v4/srv/g.txt",kueezRtb:"https://static.kueezrtb.com/latest.js",ats:"https://ats.rlcdn.com/ats.js",gpt:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",blockthrough:"https://mrb.upapi.net/org?o=5643766199222272",blockthroughWithDomain:"https://btloader.com/tag?o=5643766199222272&domain="+this.runtimeDomain+"&upapi=true",inmobiCmp:"https://cmp.inmobi.com",qcCmp:"https://cmp.quantcast.com",qcCmpLib:"https://quantcast.mgr.consensu.org/cmp.js",adc:"https://adc.streamspread.com/js/",exelatorCdn:"https://cdn.exelator.com/build/static.min.js",cleanIO:"https://cadmus.script.ac/d1oykxszdrgjgl/script.js",primis:"https://live.primis.tech/live/liveView.php",thirdPartyCookieCheck:"https://hb.vntsm.com/ab/live/3pcookie/cookieTest.html",venatusVideo:"https://hb.vntsm.com/v4/live/vms/ad-manager.js",magnite:"https://micro.rubiconproject.com/prebid/dynamic/13762.js",dvPixel:"https://pub.doubleverify.com/dvtag/34896827/DV1430477/pub.js"},this.placementPublisherAttrs={filterSizes:"data-sizes",fixedSize:"data-fixed-size"},this.allowedMediatorsInAB=new Set(["hybrid2banner","venatus","venatus-vertical-sticky","venatus-op","venatus-vertical-sticky-op","venatus-flexible"]),this.listenUserFocus=!0,this.refreshUnfocused=!1,this.refreshUnfocusedSkipRTB=!1,this.refreshUnfocusedSkipA9=!1,this.bannerUnfocusTimeout=1e4,this.toUnfocusTimeout=1e4,this.adx={defaultRegion:"EU",countryCodeRegionMapping:{AF:"Asia",BD:"Asia",BT:"Asia",IO:"Asia",BN:"Asia",MM:"Asia",KH:"Asia",CN:"Asia",IN:"Asia",LA:"Asia",MV:"Asia",MN:"Asia",NP:"Asia",PK:"Asia",LK:"Asia",CX:"Asia",GU:"Asia",HK:"Asia",ID:"Asia",TP:"Asia",JP:"Asia",MO:"Asia",MY:"Asia",KP:"Asia",MP:"Asia",PH:"Asia",SG:"Asia",KR:"Asia",TW:"Asia",TH:"Asia",VN:"Asia",TJ:"Asia",TM:"Asia",UZ:"Asia",KZ:"Asia",KG:"Asia",AI:"US",AG:"US",AW:"US",BS:"US",BB:"US",BM:"US",AN:"US",VG:"US",KY:"US",CU:"US",DM:"US",DO:"US",GD:"US",GP:"US",HT:"US",JM:"US",MQ:"US",MS:"US",PR:"US",KN:"US",LC:"US",VC:"US",TT:"US",TC:"US",VI:"US",CA:"US",US:"US",PM:"US",BZ:"US",CR:"US",SV:"US",GT:"US",HN:"US",MX:"US",NI:"US",PA:"US",AR:"US",BO:"US",BR:"US",CL:"US",CO:"US",EC:"US",FK:"US",GF:"US",GY:"US",PY:"US",PE:"US",SR:"US",UY:"US",VE:"US",BH:"Asia",EG:"Asia",IR:"Asia",IQ:"Asia",IL:"Asia",JO:"Asia",KW:"Asia",LB:"Asia",OM:"Asia",PS:"Asia",QA:"Asia",SA:"Asia",SY:"Asia",AE:"Asia",YE:"Asia",AS:"US",AU:"US",CK:"US",CC:"US",FM:"US",FJ:"US",TF:"US",HM:"US",UM:"US",KI:"US",MH:"US",NR:"US",NC:"US",NZ:"US",NU:"US",NF:"US",PW:"US",PG:"US",PN:"US",PF:"US",SB:"US",TO:"US",TK:"US",TV:"US",VU:"US",WS:"US",WF:"US"}},this.a9GptAdvertiserId=4728435999,this.fixAdUnitsNames=!0,this.fixedAdUnitPositions=new Map([[a.A.HYBRID,["1010"]],[a.A.MEDIATION_FOOTER,["1001"]],[a.A.MEDIATION_FLOAT_LEFT,["1002","1003","1004","1005"]],[a.A.MEDIATION_FLOAT_RIGHT,["1006","1007","1008","1009"]]]),this.exclusivePlacementSizes=new Map([["320x480",["appnexus"]]]),this.disableSRA=!1,this.usePrebidBidCache=!0,this.preventDuplicatePlacements=!1,this.sameAdUnitNameForRefreshes=!0,this.unfocusedRefreshesCircuitBreakerEnabled=!1,this.unfocusedRefreshesCircuitBreakerKeepDelayOnWon=!1,this.unfocusedRefreshesCircuitBreakerMaxDelay=0,this.unfocusedRefreshCircuitBreakerDelay=3e4,this.skipVideoForCSP1=!0,this.skipVideoForCSP2=!0,this.prebidHybridBidderTimeoutMS=1e3,this.prebidHybridGlobalTimeoutMS=1500,this.newFloatStickyBehavior=!1,this.biddersMapper=new Map([["gumgumrm","gumgum"],["gumgumrmmob","gumgum"],["gumgumrmdesk","gumgum"]]),this.enableSameAdUnitsAfterRMRefresh=!1,this.ozoneVideoDesktopDims=new Map([["width",481],["height",301]]),this.ozoneVideoMobileDims=new Map([["max-width",480],["min-height",200]]),this.ozoneVideoBidFloor=.1,this.ozoneNoEventsTimeout=6e4,this.a9MultiFormatForFirstPlacementOnly=!0,this.a9MultiFormatPlacementIds=[],this.a9MultiFormatVideoSizes=["480x320","160x600","728x90","120x600","300x250","300x600","970x90"],this.enableLazyLoading=!1,this.lazyLoadingFetchMarginPercent=0,this.lazyLoadingRenderMarginPercent=0,this.lazyLoadingMobileScalingPercent=100,this.snapshotTimeout=5e3,this.maxSnapshotDelay=5e3,this.stopRefreshAfterSnapshotDelay=!1,this.skipABFetchCheckByBrowsers=[],this.allowDefaultInContainerMediators=!1,this.allowPSAInContainerMediators=!1,this.enableWillChangeCSS=!1,this.enableDFPDataTracking=!0,this.enableABDFPDataTracking=!0,this.trackAdvertiserIds=["4596971969","0","4728435999"],this.dfpTrackingIntervalMS=250,this.overrideDFPRefresh=!1,this.unsecuredURLFlags=["force-gpt-id","enable-bad-ad-reporting","force-iiq"],this.limitFirstLoopPrebidBiddersEnabled=!1,this.limitFirstLoopInViewPrebidBiddersTo=["ozone"],this.limitFirstLoopDefferedPrebidBiddersTo=["ozone"],this.enableTakeoversWhenNoHybrid=!1,this.logFailedConfirmedClickChange=1e6,this.enableBadAdReporting=!1,this.primisFlow="basic",this.primisNoEventsTimeout=3e4,this.primisNoEventsPostAdStartedTimeout=3e4,this.primisNoEventsPostContentStartedTimeout=4e4,this.aniviewFlow="basic",this.aniviewInstreamFlow="basic",this.aniviewNoEventsPostAdStartedTimeout=4e4,this.aniviewNoEventsPostContentStartedTimeout=4e4,this.noEventsTimeoutForAniviewInstream=3e4,this.followErrorLimitForAniviewInstream=!1,this.forceErrorLimitForAniviewInstream=12,this.noEventsTimeoutPostAdStartedForAniviewInstream=45e3,this.noEventsTimeoutPostNoAdVideoStartedForAniviewInstream=45e3,this.ignoreNonAdContentPostFirstImpressionForAniviewInstream=!1,this.ignoreSliderOnNoMoreVideoForAniviewInstream=!0,this.dvUnityTagEnabled=!1,this.dvTagCallbackTimeout=750,this.trackUserIdsEnabled=!1,this.trackPreloaderEnabled=!0,this.enableNonGoogleShortRefresh=!1,this.nonGoogleShortRefreshCountries=["NZ","DE","BE","AT","FI","JP","IT","US","FR","DK","NL","PT","NO","GB","AU","CA","SE","SG","AE"],this.preloaderTrackUrl="".concat(this.defaultProtocol,"://track.venatusmedia.com/pageload/track")},C=new A;!function(e){e.boolean="BOOLEAN",e.number="NUMBER",e.string="STRING",e.stringMap="STRING_MAP",e.stringArray="STRING_ARRAY",e.stringArrayMap="STRING_ARRAY_MAP"}(w||(w={}));var T=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return b(t,e),t.prototype.override=function(e){var t=this;e.forEach((function(e){switch(e.data.datatype){case w.stringMap:case w.stringArrayMap:var n=t[e.key]||new d.$;Object.keys(e.data.value).forEach((function(t){n.set(t,e.data.value[t])})),t[e.key]=n;break;case w.boolean:case w.number:case w.string:case w.stringArray:default:t[e.key]=e.data.value}}))},t.prototype.reset=function(){var e=this;Object.keys(C).forEach((function(t){e[t]=C[t]}))},t}(A),E=new T},9209:function(e,t,n){"use strict";var i,r,o,a;n.d(t,{in:function(){return i}}),function(e){e.CMP_TCF_1_3="cmp_tcf_1.3",e.CMP_TCF_2_0="cmp_tcf_2.0",e.CMP_3rd_PARTY="cmp_3rd_party",e.CMP_VENATUS_GOOGLE="cmp_venatus_google"}(i||(i={})),function(e){e.stub="stub",e.loading="loading",e.loaded="loaded",e.error="error",e.unknown="unknown",e.notapply="notapply",e.appnexus="appnexus"}(r||(r={})),function(e){e.tcloaded="tcloaded",e.cmpuishown="cmpuishown",e.useractioncomplete="useractioncomplete",e.unknown="unknown"}(o||(o={})),function(e){e.visible="visible",e.hidden="hidden",e.disabled="disabled",e.unknown="unknown"}(a||(a={}));!function(){function e(){this._nonPersonalizedAds=!1,this._childDirectedTreatment=!1,this._underAgeOfConsent=!1,this._restrictDataProcessing=!1}Object.defineProperty(e.prototype,"nonPersonalizedAds",{get:function(){return this._nonPersonalizedAds},set:function(e){this._nonPersonalizedAds=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childDirectedTreatment",{get:function(){return this._childDirectedTreatment},set:function(e){this._childDirectedTreatment=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"underAgeOfConsent",{get:function(){return this._underAgeOfConsent},set:function(e){this._underAgeOfConsent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"restrictDataProcessing",{get:function(){return this._restrictDataProcessing},set:function(e){this._restrictDataProcessing=e},enumerable:!1,configurable:!0}),e.prototype.isRestrictedPrivacy=function(){return this._nonPersonalizedAds||this._childDirectedTreatment||this._underAgeOfConsent||this._restrictDataProcessing},e.prototype.setPA=function(){this._nonPersonalizedAds=!1,this._childDirectedTreatment=!1,this._underAgeOfConsent=!1,this._restrictDataProcessing=!1}}()},6705:function(e,t,n){"use strict";var i;n.d(t,{v:function(){return i}}),function(e){e.RTB_BID_REQUEST="rtb-bid-request",e.REGULAR_GAM="regular-gam",e.TWITCH_SLIDER="twitch-slider",e.ANIVIEW="aniview",e.ANIVIEW_INSTREAM="aniview-instream",e.VENATUS="venatus",e.VENATUS_VERTICAL_STICKY="venatus-vertical-sticky",e.VENATUS_OP="venatus-op",e.VENATUS_VERTICAL_STICKY_OP="venatus-vertical-sticky-op",e.VENATUS_FOOTER="venatus-footer",e.APPNEXUS="appnexus",e.JUSTPREMIUM="justpremium",e.GUMGUM="gumgum",e.HYBRID2BANNER="hybrid2banner",e.OGURY="ogury",e.DFP_TO="dfp-to",e.VENATUS_FLEXIBLE="venatus-flexible",e.REFRESH="refresh-to",e.DELAY_RTB_BID="delay-rtb-bid",e.PRIMIS="primis",e.OZONE_VIDEO="ozone-video",e.VVP="venatus-video"}(i||(i={}))},918:function(e,t,n){"use strict";n.d(t,{p:function(){return r}});var i=n(3125),r=function(){function e(e,t,n,i){this.placementId="",this.placementPos="",this.loopIndex="",this.valid=!1,this.placementPos=e,this.placementId=t,this.loopIndex=n,this.valid=i}return e.fromDataPosPlacementIdAndLoopIndex=function(t){if(t){var n=t.split("-");if(3===n.length&&!n.some((function(e){return""===e})))return new e(n[0],n[1],n[2],!0)}return new e("","","",!1)},e.fromDataPosAndPlacementIdWithCustomLoopIndex=function(t,n){if(t){var i=t.split("-");if(i.length>=2)return new e(i[0],i[1],n.toString(),!0)}return new e("","","",!1)},e.fromDataPosAndPlacementIdWithZeroLoopIndex=function(t){return e.fromDataPosAndPlacementIdWithCustomLoopIndex(t,0)},e.prototype.isValid=function(){return this.valid},e.prototype.getLoopIndexAsString=function(){return this.loopIndex},e.prototype.getLoopIndexAsNumber=function(){return Number(this.loopIndex)},e.prototype.getDataPosAsString=function(){return this.placementPos},e.prototype.getPlacementId=function(){return this.placementId},e.prototype.toAdUnitString=function(){return this.valid?i.W0.sameAdUnitNameForRefreshes?"".concat(this.getDataPosAsString(),"-").concat(this.getPlacementId()):"".concat(this.getDataPosAsString(),"-").concat(this.getPlacementId(),"-").concat(this.getLoopIndexAsString()):""},e.prototype.toString=function(){return this.valid?"".concat(this.getDataPosAsString(),"-").concat(this.getPlacementId(),"-").concat(this.getLoopIndexAsString()):""},e}()},3769:function(e,t,n){"use strict";n.d(t,{b:function(){return a}});var i=n(5125),r=n(5663),o=function(){return o=Object.assign||function(e){for(var t,n=1,i=arguments.length;ne.getWidth()?1:this.getWidth()===e.getWidth()?this.getHeight()-e.getHeight():-1},e}()},3777:function(e,t,n){"use strict";var i;n.d(t,{i:function(){return i}}),function(e){e.ALL="ALL",e.MOBILE="MOBILE",e.DESKTOP="DESKTOP"}(i||(i={}))},5268:function(e,t,n){"use strict";n.d(t,{UserAgentParser:function(){return o}});var i=n(7232),r=n(319),o=function(){function e(){}return e.parse=function(){if(void 0===this.parsed){var e=new i(navigator.userAgent);this.parsed={browser_name:"string"==typeof e.getBrowser().name&&e.getBrowser().name.length>0?e.getBrowser().name.toLowerCase():"unknown",browser_version:"string"==typeof e.getBrowser().version&&e.getBrowser().version.length>0?e.getBrowser().version.toLowerCase():"unknown",device_type:"string"==typeof e.getDevice().type&&e.getDevice().type.length>0?e.getDevice().type.toLowerCase():r.O.isMobile()?"mobile":"desktop",os_name:"string"==typeof e.getOS().name&&e.getOS().name.length>0?e.getOS().name.toLowerCase():"unknown",os_version:"string"==typeof e.getOS().version&&e.getOS().version.length>0?e.getOS().version.toLowerCase():"unknown"}}return this.parsed},e}()},7232:function(e,exports,t){var n;!function(i,r){"use strict";var o="function",a="undefined",s="object",d="string",c="major",u="model",l="name",p="type",f="vendor",h="version",m="architecture",g="console",b="mobile",v="tablet",y="smarttv",w="wearable",S="embedded",A="Amazon",C="Apple",T="ASUS",E="BlackBerry",I="Browser",P="Chrome",_="Firefox",x="Google",k="Huawei",M="LG",B="Microsoft",O="Motorola",N="Opera",R="Samsung",D="Sharp",U="Sony",L="Xiaomi",F="Zebra",G="Facebook",z="Chromium OS",V="Mac OS",W=function(e){for(var t={},n=0;n0?2===d.length?typeof d[1]==o?this[d[0]]=d[1].call(this,u):this[d[0]]=d[1]:3===d.length?typeof d[1]!==o||d[1].exec&&d[1].test?this[d[0]]=u?u.replace(d[1],d[2]):r:this[d[0]]=u?d[1].call(this,u,d[2]):r:4===d.length&&(this[d[0]]=u?d[3].call(this,u.replace(d[1],d[2])):r):this[d]=u||r;l+=2}},J=function(e,t){for(var n in t)if(typeof t[n]===s&&t[n].length>0){for(var i=0;i2&&(e[u]="iPad",e[p]=v),e},this.getEngine=function(){var e={};return e[l]=r,e[h]=r,q.call(e,g,w.engine),e},this.getOS=function(){var e={};return e[l]=r,e[h]=r,q.call(e,g,w.os),!e[l]&&y&&"Unknown"!=y.platform&&(e[l]=y.platform.replace(/chrome os/i,z).replace(/macos/i,V)),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return g},this.setUA=function(e){return g=typeof e===d&&e.length>350?H(e,350):e,this},this.setUA(g),this};X.VERSION="0.7.34",X.BROWSER=W([l,h,c]),X.CPU=W([m]),X.DEVICE=W([u,f,p,g,b,y,v,w,S]),X.ENGINE=X.OS=W([l,h]),typeof exports!==a?(e.exports&&(exports=e.exports=X),exports.UAParser=X):t.amdO?(n=function(){return X}.call(exports,t,exports,e))===r||(e.exports=n):typeof i!==a&&(i.UAParser=X);var $=typeof i!==a&&(i.jQuery||i.Zepto);if($&&!$.ua){var Q=new X;$.ua=Q.getResult(),$.ua.get=function(){return Q.getUA()},$.ua.set=function(e){Q.setUA(e);var t=Q.getResult();for(var n in t)$.ua[n]=t[n]}}}("object"==typeof window?window:this)},9509:function(e){"use strict";e.exports=JSON.parse('[{"code":"AD","name":"Andorra"},{"code":"AE","name":"United Arab Emirates"},{"code":"AF","name":"Afghanistan"},{"code":"AG","name":"Antigua and Barbuda"},{"code":"AI","name":"Anguilla"},{"code":"AL","name":"Albania"},{"code":"AM","name":"Armenia"},{"code":"AO","name":"Angola"},{"code":"AQ","name":"Antarctica"},{"code":"AR","name":"Argentina"},{"code":"AS","name":"American Samoa"},{"code":"AT","name":"Austria"},{"code":"AU","name":"Australia"},{"code":"AW","name":"Aruba"},{"code":"AX","name":"Åland Islands"},{"code":"AZ","name":"Azerbaijan"},{"code":"BA","name":"Bosnia and Herzegovina"},{"code":"BB","name":"Barbados"},{"code":"BD","name":"Bangladesh"},{"code":"BE","name":"Belgium"},{"code":"BF","name":"Burkina Faso"},{"code":"BG","name":"Bulgaria"},{"code":"BH","name":"Bahrain"},{"code":"BI","name":"Burundi"},{"code":"BJ","name":"Benin"},{"code":"BL","name":"Saint Barthélemy"},{"code":"BM","name":"Bermuda"},{"code":"BN","name":"Brunei Darussalam"},{"code":"BO","name":"Bolivia, Plurinational State of"},{"code":"BQ","name":"Bonaire, Sint Eustatius and Saba"},{"code":"BR","name":"Brazil"},{"code":"BS","name":"Bahamas"},{"code":"BT","name":"Bhutan"},{"code":"BV","name":"Bouvet Island"},{"code":"BW","name":"Botswana"},{"code":"BY","name":"Belarus"},{"code":"BZ","name":"Belize"},{"code":"CA","name":"Canada"},{"code":"CC","name":"Cocos (Keeling) Islands"},{"code":"CD","name":"Congo, Democratic Republic of the"},{"code":"CF","name":"Central African Republic"},{"code":"CG","name":"Congo"},{"code":"CH","name":"Switzerland"},{"code":"CI","name":"Côte d\'Ivoire"},{"code":"CK","name":"Cook Islands"},{"code":"CL","name":"Chile"},{"code":"CM","name":"Cameroon"},{"code":"CN","name":"China"},{"code":"CO","name":"Colombia"},{"code":"CR","name":"Costa Rica"},{"code":"CU","name":"Cuba"},{"code":"CV","name":"Cabo Verde"},{"code":"CW","name":"Curaçao"},{"code":"CX","name":"Christmas Island"},{"code":"CY","name":"Cyprus"},{"code":"CZ","name":"Czechia"},{"code":"DE","name":"Germany"},{"code":"DJ","name":"Djibouti"},{"code":"DK","name":"Denmark"},{"code":"DM","name":"Dominica"},{"code":"DO","name":"Dominican Republic"},{"code":"DZ","name":"Algeria"},{"code":"EC","name":"Ecuador"},{"code":"EE","name":"Estonia"},{"code":"EG","name":"Egypt"},{"code":"EH","name":"Western Sahara"},{"code":"ER","name":"Eritrea"},{"code":"ES","name":"Spain"},{"code":"ET","name":"Ethiopia"},{"code":"FI","name":"Finland"},{"code":"FJ","name":"Fiji"},{"code":"FK","name":"Falkland Islands (Malvinas)"},{"code":"FM","name":"Micronesia, Federated States of"},{"code":"FO","name":"Faroe Islands"},{"code":"FR","name":"France"},{"code":"GA","name":"Gabon"},{"code":"GB","name":"United Kingdom of Great Britain and Northern Ireland"},{"code":"GD","name":"Grenada"},{"code":"GE","name":"Georgia"},{"code":"GF","name":"French Guiana"},{"code":"GG","name":"Guernsey"},{"code":"GH","name":"Ghana"},{"code":"GI","name":"Gibraltar"},{"code":"GL","name":"Greenland"},{"code":"GM","name":"Gambia"},{"code":"GN","name":"Guinea"},{"code":"GP","name":"Guadeloupe"},{"code":"GQ","name":"Equatorial Guinea"},{"code":"GR","name":"Greece"},{"code":"GS","name":"South Georgia and the South Sandwich Islands"},{"code":"GT","name":"Guatemala"},{"code":"GU","name":"Guam"},{"code":"GW","name":"Guinea-Bissau"},{"code":"GY","name":"Guyana"},{"code":"HK","name":"Hong Kong"},{"code":"HM","name":"Heard Island and McDonald Islands"},{"code":"HN","name":"Honduras"},{"code":"HR","name":"Croatia"},{"code":"HT","name":"Haiti"},{"code":"HU","name":"Hungary"},{"code":"ID","name":"Indonesia"},{"code":"IE","name":"Ireland"},{"code":"IL","name":"Israel"},{"code":"IM","name":"Isle of Man"},{"code":"IN","name":"India"},{"code":"IO","name":"British Indian Ocean Territory"},{"code":"IQ","name":"Iraq"},{"code":"IR","name":"Iran, Islamic Republic of"},{"code":"IS","name":"Iceland"},{"code":"IT","name":"Italy"},{"code":"JE","name":"Jersey"},{"code":"JM","name":"Jamaica"},{"code":"JO","name":"Jordan"},{"code":"JP","name":"Japan"},{"code":"KE","name":"Kenya"},{"code":"KG","name":"Kyrgyzstan"},{"code":"KH","name":"Cambodia"},{"code":"KI","name":"Kiribati"},{"code":"KM","name":"Comoros"},{"code":"KN","name":"Saint Kitts and Nevis"},{"code":"KP","name":"Korea, Democratic People\'s Republic of"},{"code":"KR","name":"Korea, Republic of"},{"code":"KW","name":"Kuwait"},{"code":"KY","name":"Cayman Islands"},{"code":"KZ","name":"Kazakhstan"},{"code":"LA","name":"Lao People\'s Democratic Republic"},{"code":"LB","name":"Lebanon"},{"code":"LC","name":"Saint Lucia"},{"code":"LI","name":"Liechtenstein"},{"code":"LK","name":"Sri Lanka"},{"code":"LR","name":"Liberia"},{"code":"LS","name":"Lesotho"},{"code":"LT","name":"Lithuania"},{"code":"LU","name":"Luxembourg"},{"code":"LV","name":"Latvia"},{"code":"LY","name":"Libya"},{"code":"MA","name":"Morocco"},{"code":"MC","name":"Monaco"},{"code":"MD","name":"Moldova, Republic of"},{"code":"ME","name":"Montenegro"},{"code":"MF","name":"Saint Martin, (French part)"},{"code":"MG","name":"Madagascar"},{"code":"MH","name":"Marshall Islands"},{"code":"MK","name":"North Macedonia"},{"code":"ML","name":"Mali"},{"code":"MM","name":"Myanmar"},{"code":"MN","name":"Mongolia"},{"code":"MO","name":"Macao"},{"code":"MP","name":"Northern Mariana Islands"},{"code":"MQ","name":"Martinique"},{"code":"MR","name":"Mauritania"},{"code":"MS","name":"Montserrat"},{"code":"MT","name":"Malta"},{"code":"MU","name":"Mauritius"},{"code":"MV","name":"Maldives"},{"code":"MW","name":"Malawi"},{"code":"MX","name":"Mexico"},{"code":"MY","name":"Malaysia"},{"code":"MZ","name":"Mozambique"},{"code":"NA","name":"Namibia"},{"code":"NC","name":"New Caledonia"},{"code":"NE","name":"Niger"},{"code":"NF","name":"Norfolk Island"},{"code":"NG","name":"Nigeria"},{"code":"NI","name":"Nicaragua"},{"code":"NL","name":"Netherlands"},{"code":"NO","name":"Norway"},{"code":"NP","name":"Nepal"},{"code":"NR","name":"Nauru"},{"code":"NU","name":"Niue"},{"code":"NZ","name":"New Zealand"},{"code":"OM","name":"Oman"},{"code":"PA","name":"Panama"},{"code":"PE","name":"Peru"},{"code":"PF","name":"French Polynesia"},{"code":"PG","name":"Papua New Guinea"},{"code":"PH","name":"Philippines"},{"code":"PK","name":"Pakistan"},{"code":"PL","name":"Poland"},{"code":"PM","name":"Saint Pierre and Miquelon"},{"code":"PN","name":"Pitcairn"},{"code":"PR","name":"Puerto Rico"},{"code":"PS","name":"Palestine, State of"},{"code":"PT","name":"Portugal"},{"code":"PW","name":"Palau"},{"code":"PY","name":"Paraguay"},{"code":"QA","name":"Qatar"},{"code":"RE","name":"Réunion"},{"code":"RO","name":"Romania"},{"code":"RS","name":"Serbia"},{"code":"RU","name":"Russian Federation"},{"code":"RW","name":"Rwanda"},{"code":"SA","name":"Saudi Arabia"},{"code":"SB","name":"Solomon Islands"},{"code":"SC","name":"Seychelles"},{"code":"SD","name":"Sudan"},{"code":"SE","name":"Sweden"},{"code":"SG","name":"Singapore"},{"code":"SH","name":"Saint Helena, Ascension and Tristan da Cunha"},{"code":"SI","name":"Slovenia"},{"code":"SJ","name":"Svalbard and Jan Mayen"},{"code":"SK","name":"Slovakia"},{"code":"SL","name":"Sierra Leone"},{"code":"SM","name":"San Marino"},{"code":"SN","name":"Senegal"},{"code":"SO","name":"Somalia"},{"code":"SR","name":"Suriname"},{"code":"SS","name":"South Sudan"},{"code":"ST","name":"Sao Tome and Principe"},{"code":"SV","name":"El Salvador"},{"code":"SX","name":"Sint Maarten, (Dutch part)"},{"code":"SY","name":"Syrian Arab Republic"},{"code":"SZ","name":"Eswatini"},{"code":"TC","name":"Turks and Caicos Islands"},{"code":"TD","name":"Chad"},{"code":"TF","name":"French Southern Territories"},{"code":"TG","name":"Togo"},{"code":"TH","name":"Thailand"},{"code":"TJ","name":"Tajikistan"},{"code":"TK","name":"Tokelau"},{"code":"TL","name":"Timor-Leste"},{"code":"TM","name":"Turkmenistan"},{"code":"TN","name":"Tunisia"},{"code":"TO","name":"Tonga"},{"code":"TR","name":"Türkiye"},{"code":"TT","name":"Trinidad and Tobago"},{"code":"TV","name":"Tuvalu"},{"code":"TW","name":"Taiwan, Province of China"},{"code":"TZ","name":"Tanzania, United Republic of"},{"code":"UA","name":"Ukraine"},{"code":"UG","name":"Uganda"},{"code":"UM","name":"United States Minor Outlying Islands"},{"code":"US","name":"United States of America"},{"code":"UY","name":"Uruguay"},{"code":"UZ","name":"Uzbekistan"},{"code":"VA","name":"Holy See"},{"code":"VC","name":"Saint Vincent and the Grenadines"},{"code":"VE","name":"Venezuela, Bolivarian Republic of"},{"code":"VG","name":"Virgin Islands, British"},{"code":"VI","name":"Virgin Islands, U.S."},{"code":"VN","name":"Viet Nam"},{"code":"VU","name":"Vanuatu"},{"code":"WF","name":"Wallis and Futuna"},{"code":"WS","name":"Samoa"},{"code":"YE","name":"Yemen"},{"code":"YT","name":"Mayotte"},{"code":"ZA","name":"South Africa"},{"code":"ZM","name":"Zambia"},{"code":"ZW","name":"Zimbabwe"}]')}},i={};function r(e){var t=i[e];if(void 0!==t)return t.exports;var o=i[e]={exports:{}};return n[e].call(o.exports,o,o.exports,r),o.exports}r.m=n,r.amdO={},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(exports,e){for(var t in e)r.o(e,t)&&!r.o(exports,t)&&Object.defineProperty(exports,t,{enumerable:!0,get:e[t]})},r.f={},r.e=function(e){return Promise.all(Object.keys(r.f).reduce((function(t,n){return r.f[n](e,t),t}),[]))},r.u=function(e){return e+".min.js"},r.miniCssF=function(e){},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="ad-manager:",r.l=function(n,i,o,a){if(e[n])e[n].push(i);else{var s,d;if(void 0!==o)for(var c=document.getElementsByTagName("script"),u=0;u-1},e}(),h=function(){function e(e){this.enabledDevices=e}return e.prototype.underTest=function(e){return this.enabledDevices.indexOf(e.getDeviceType())>-1},e}(),m=function(){function e(e){this.siteIdRatioMap=this.mapIdsToRatio(e)}return e.prototype.mapIdsToRatio=function(e){return e.reduce((function(e,t){return e[t[0]]=t[1],e}),{})},e.prototype.underTest=function(t){var n=this.siteIdRatioMap[t.getSiteId()];return n&&e.randSeed1}()?n.tG.error("Multiple ad-manager loader instances load has detected"):e.applyBrowserPolyfill((function(){n.tG.event("ad-manager-preloader-loaded"),n.tG.debug("Loading Venatus Ad Manager [".concat(l.W0.version,"] [").concat(o.Z.get("data-mode"),"]"),s.F.getTopMostParentWindow().location.href),u.T.get((function(e){var t;n.tG.debug({config:e});var r=null!==(t=g.ratio(.5,"force-new-bundle","force-old-bundle").run((function(){return l.W0.adManagerBundleUrlABTest}),(function(){return l.W0.adManagerBundleUrl})))&&void 0!==t?t:l.W0.adManagerEndpoint;r?i.loadJS(r,(function(){n.tG.debug("Ad Manager Core Main Bundle injected")})):n.tG.error("Preloader Error: no main bundle found")}),(function(){return n.tG.error("Failed to fetch header-bidding config")})),r()}),(function(){return n.tG.error("Failed to apply browser polyfill")}))}}(c||(c={})),n.tG.notifyIfFail((function(){return c.load()}))}()}();